Chris Pratt wrote:

Shouldn't that be:
<s:textfield theme="simple" name="beanList[%{bean.id}].name"/> 


I changed my JSP as indicated and still didn't get values in the text boxes.  
The source of the page looks like this:

<input type="text" name="beanList[].name" value="" 
id="prepTest_beanList___name"/><br>

which to me indicates that it is having a problem with the "bean.id" part of 
the equation.
Wouldn't square brackets indicate an index into the list, rather than obtaining 
an element by the id property?

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org

Reply via email to