RE: DispatchAction and validate

2004-03-02 Thread Robert Taylor
ing List > Subject: RE: DispatchAction and validate > > > do I need an updated .xdt file for this? > y xdoclet generated Struts-config.xml is not having the action mappings for the > actiin class of mine, extending Dispatch Action. > It shows it fine for classes extending Action class tho

RE: DispatchAction and validate

2004-03-02 Thread as as
do I need an updated .xdt file for this? y xdoclet generated Struts-config.xml is not having the action mappings for the actiin class of mine, extending Dispatch Action. It shows it fine for classes extending Action class though. Thanks n advance for the help, Sam Robert Taylor <[EMAIL PROTECTED]

RE: DispatchAction and validate

2004-03-02 Thread Robert Taylor
Yes. The DispatchAction will only invoke the method defined in the request under the name defined in the parameter attribute of your action mapping. So if I had update() and restore() as methods in a DispatchAction, and I only wanted to validate on the update, then I would only define validate="