RE: Action's set-property Tag

2005-05-08 Thread Prashant Reddy
May 06, 2005 7:35 PM To: Struts Users Mailing List Subject: Re: Action's set-property Tag set-property is available when u extend ActionConfig and include your getter/setter methods. [for 1.2.x branch ] if you're using 1.3.x-dev you can use to set arbitrary properties without extending

Re: Action's set-property Tag

2005-05-06 Thread rmanchu
set-property is available when u extend ActionConfig and include your getter/setter methods. [for 1.2.x branch ] if you're using 1.3.x-dev you can use to set arbitrary properties without extending the config class. Only available for ActionConfig as of now. hopefully all config's would get this