 |
 |
等 级:列兵 |
 |
经 验:498 |
 |
性 别:帅哥 |
 |
文 章:138 |
 |
精 华:0 |
|
|
|
BaseComponent 类里是不能使用initialize()方法的
那么 在这样的情况下 需要
| 13 |
<component id="device_type" type="PropertySelection"> |
| 14 |
<binding name="model" value="ognl:getSelect('1000001','action=getdeviceprototypelist')"/> |
| 15 |
<binding name="value" value="ognl:parameter.prototypeid"/> |
| 16 |
</component> |
这样的形式 ,就是希望把select的值绑定到parameter对象的prototypeid属性
怎么办 |
|
|
|
|