Re: getting formbean properties in Action class

2006-12-09 Thread Chris Pratt
At that level there really isn't an advantage. The advantage comes in when you use Struts' abiltity to traverse nested beans. In other words if you create an ActionForm that has some bean attributes you Struts will manage all that complexity for you. Maybe an example: public class DateBean {

Re: getting formbean properties in Action class

2006-12-03 Thread Nuwan Chandrasoma
Hi, I use the property utils, PropertyUtils.getSimpleProperty(aForm, "exchange"); PropertyUtils.seetSimpleProperty(aForm, "exchange","NASDAQ"); Thanks, Nuwan. - Original Message - From: "Thomas Thomas" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" Sent: Sunday, December 03,