| Author |
nested indexed property
|
davide davide
Greenhorn
Joined: Jun 07, 2007
Posts: 1
|
|
Hi, I have in a jsp this nested... <nested:nest property="myList[0]"> <nested:nest property="param[0]"> <nested:text property="name"> </nested:nest> </nested:nest> The problem is what struts invoke method getList(int index) and not getParam(int index). Is important because the list have to grow dinamically. html generated: <input type="text" name="mylist[0].param[0].name">
|
 |
 |
|
|
subject: nested indexed property
|
|
|