Hi to all, i have a simple question about <s:iterator> tag. Let's say
that we have a property in our action of type List, but in that list i
only store Strings.
When i want to print the value of the list on the JSP i use this code
snipped:
<s:iterator value="selIngredientes">
<s:property value="?" />
</s:iterator>
But i don't know if that's right, because i don't know how to put in the
value attribute of the property tag, because the list isn't a list of
objects, is a list of simple strings so each object doesn't have a
property to get the string value.
---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org