Florian Barth wrote:
> Looks very nice, but the textfield accesses the getter and setter of
> the LabelValueBean
> that is returned from the StrinBean. My Bean just returns the the
> String-object that has
> actually no getter and setter for it's value.
Let me get this straight: you're iterating over a list of strings and
you want to create a textbox for each one, but they're not linked to an
ActionForm bean?
<c:forEach items="${listOstrings}" var="s">
<input type="text" name="${s}">
</c:forEach>
If they're not fields in an ActionForm I'm not sure how you're going to
be able to use the Struts form beans.
Dave
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]