RE: Struts2 Cookbook Question

2007-10-02 Thread cilquirm
gt; a logical step in the process. Maybe 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 par

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

RE: Struts2 Cookbook Question

2007-10-01 Thread Whitmire, Tracy Carroll
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 is part of Apache C

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, Oc

RE: Struts2 Cookbook Question

2007-10-01 Thread Rod Bollinger
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, 2007 13:17 To: user@struts.apache.org Subject: Struts2 Cookbook Question I'd like to use some of the i