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
ssage in context: http://www.nabble.com/Struts2-Cookbook-Question-tf4549654.html#a12992186 Sent from the Struts - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

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
[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 information found in the > cookbook > > http://struts.apache.org/2.x/docs/how-do-i-populate-a-form-bean-and-get- >

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 o

Struts2 Cookbook Question

2007-10-01 Thread Whitmire, Tracy Carroll
I'd like to use some of the information found in the cookbook http://struts.apache.org/2.x/docs/how-do-i-populate-a-form-bean-and-get- the-value-using-the-taglib.html But I don't see what/where is BeanUtil.setProperties Thanks in advance