Struts2 data tranfer from Jsp to Action using Complex Objects

Posted by indra on Stack Overflow See other posts from Stack Overflow or by indra
Published on 2010-06-08T18:18:28Z Indexed on 2010/06/08 18:22 UTC
Read the original article Hit count: 272

Filed under:
|

Hi, how to use Model-driven or Object-backed approaches to map Complex Object with depth more than one. for example, I have action class with property User object and USer has a address object as its property. Address has street name as property. like .. User.address.streetName

In JSP, using s:textfield or other tags how can I represent street name.? Thanks

© Stack Overflow or respective owner

Related posts about struts2

Related posts about modeldriven