RE: Struts2 Cookbook Question

2007-10-02 Thread cilquirm
not. -Original Message- From: Dave Newton [mailto:[EMAIL PROTECTED] Sent: Monday, October 01, 2007 2:41 PM To: Struts Users Mailing List Subject: RE: Struts2 Cookbook Question BeanUtil, however, was part of WebWork, IIRC. --- Rod Bollinger [EMAIL PROTECTED] wrote: BeanUtils

RE: Struts2 Cookbook Question

2007-10-01 Thread Dave Newton
BeanUtil, however, was part of WebWork, IIRC. --- Rod Bollinger [EMAIL PROTECTED] wrote: BeanUtils is part of Apache Commons: http://commons.apache.org/beanutils/ HTH, -Rod -Original Message- From: Whitmire, Tracy Carroll [mailto:[EMAIL PROTECTED] Sent: Monday, October 01,

RE: Struts2 Cookbook Question

2007-10-01 Thread Whitmire, Tracy Carroll
: Dave Newton [mailto:[EMAIL PROTECTED] Sent: Monday, October 01, 2007 2:41 PM To: Struts Users Mailing List Subject: RE: Struts2 Cookbook Question BeanUtil, however, was part of WebWork, IIRC. --- Rod Bollinger [EMAIL PROTECTED] wrote: BeanUtils is part of Apache Commons: http

Re: Struts2 Cookbook Question

2007-10-01 Thread matt.payne
I tend to just make my bean a getter/setter on the action and let the framework take care of it. However, if you are looking for the equivalent to setProperties/copy etc look at xwork's com.opensymphony.xwork2.util.OgnlUtil Matt Whitmire, Tracy Carroll wrote: I'd like to use some of the