The tags support maps, too.
http://struts.apache.org/2.x/docs/type-conversion.html
Dave
--- Kevin Wade <[EMAIL PROTECTED]> wrote:
> Thanks for the tip, Dave. However, it's not working
> for me.
>
> I think the problem may be that the "author" objects
> that I'm
> iterating over is a Set, no
Thanks for the tip, Dave. However, it's not working for me.
I think the problem may be that the "author" objects that I'm
iterating over is a Set, not a List. (These objects are pojos
hydrated by hibernate). I might be wrong, but I didn't think Sets
are indexable like Lists. No?
I sup
--- Kevin Wade <[EMAIL PROTECTED]> wrote:
> What should the textarea's "name" be to get struts2
> to update the specific report.author.bio String?
The problem is that you have no association between
the "bio" field and a specific report author.
One way to create that association is by using arr
3 matches
Mail list logo