Hi All,
In struts 2 if we can have some prefixed methods that can be call
automaticaly following a convertion.
If we have a method name save,
the methods prepareSave, prepareDoSave, validateSave and
validateDoSave will be called before the method save...
Is there some convetion to call a method after the method like
afterSave or afterDoSave?
The annotation @After is interesting but it happens for all methods
not for a single one.
Have a nice Day,
Regards,
André Faria
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]