From: <[EMAIL PROTECTED]> > Thanks a lot, > Is there any work done for OGNL integration in struts ?
[Googles... Object-Graph Navigation Language; it is an expression language for getting and setting properties of Java objects] I'm not entirely sure what happens behind the scenes, but: In the struts-example webapp, you'll see an example of BeanUtils.copyProperties( ... ) being used to copy properties back and forth from the POJO to the Form. It can handle most conversions, or you can register a Converter if something special needs to happen. The Form gets populated from the request by the Struts framework, so if you're concerned about having to call all the get/set methods yourself, that is already taken care of. HTH, -- Wendy Smoak --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]