That's a known limitation of the s:select tag, which only works with
string-valued properties. The most straight-forward workaround is to set
value, as in:
<s:select name="property1" value="property1.toString()"/>
L.
Daniel Amadei wrote:
Hi Dave/All,
It worked fine even tough I had to put the fully qualified name of the
field.
What is not working is when I post back to my JSP, the select field is
not automatically selected, as a workaround, I had to specify in the
value of the field a method in my action which tells what item is
selected. This way, it works fine.
Does anybody have an idea why?
Thanks,
Daniel
2007/2/7, Dave Newton <[EMAIL PROTECTED]>:
--- Daniel Amadei wrote:
> person.gender=mypackage.EnumConverter
> Element_person.gender=mypackage.Gender
Does it work if you remove the "person." part? I'm
still not entirely clear why one of my current apps
does conversion correctly, but my -conversion file
only has the last part of the object graph in it.
d.
____________________________________________________________________________________
Don't pick lemons.
See all the new 2007 cars at Yahoo! Autos.
http://autos.yahoo.com/new_cars.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]