Try with square brackets first; see what happens.

Dave

On Fri, Apr 29, 2011 at 12:04 PM, Joe <[email protected]> wrote:
>
>
> On Apr 29, 2011, Dave Newton-6 wrote:
>>What does the JSP look like?
>>Dave
>
> Sorry, it is the same as the example with the exception of fixing a minor 
> typo in the textfield tag (the example is missing a colon):
>
> <%@ taglib prefix="s" uri="/struts-tags"%>
> <head>
> </head>
> <body>
> <s:form method="post" theme="xhtml">
> <p>Experimenting with indexed values (List Values)
> <p>
> <s:iterator value="beanList" id="bean">
>  <s:textfield theme="simple" name="beanList(%{bean.id}).name" /><br>
> </s:iterator>
> <p>
> <s:submit theme="simple" action="saveTest" key="button.label.save" 
> cssClass="butStnd"/>
> </s:form>
> </body>
> </html>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to