Re: Extending DynaActionForm

2006-03-30 Thread Ted Husted
In Struts Action 1.2 and prior, you could define a DynaActionForm and use it's name in more than one action mapping, just like you can with any ActionForm.You can also extend DynaActionForm as base class and add convetional properties, and resuse those in the usual way. But that *was* it. In Strut

Extending DynaActionForm

2006-03-30 Thread vasumathi
Hi Anyone can help, how to use the properties of a DynaActionForm in other DynaActionForm with example. with regards vasu - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]