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]