Hi,

I'm trying to use type conversion for nested bean. I have no problem
populating the bean if the List is not nested inside another bean. Does
struts 2 able to perform type conversion for nested bean?
Any help would be appreciated. Thanks.

JSP
-----------------------------------
<s:optiontransferselect theme="simple"
    name="roleOptions.value" list="roleOptions" listKey="value"
listValue="label"
    doubleName="user.roles.roleId" doubleList="user.roles"
doubleListKey="roleId" doubleListValue="name" />

SampleAction-conversion.properties
-----------------------------------
Element_user.roles=com.intelopus.app.model.Role
KeyProperty_user.roles=roleId
CreateIfNull_user.roles=true
-- 
View this message in context: 
http://www.nabble.com/-S2--Type-Coversion-in-nested-bean.-tf4348629.html#a12389905
Sent from the Struts - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to