Hi Lou,
I am not sure what you are trying to accomplish with your "overridden" method.
There are basically three basic places you can plug-in "logic" by overriding a method.
1. The ActionForm.reset() method. Which I kind of covered.
2. The ActionForm.validate() method which is used to submit form data
held within the ActionForm.
3. The Action.execute() method which invokes the business logic used to
process a user's request.
Could you give me a specific example of what you are looking to do? My book promotion will be ending soon, but you are always welcome to email my directly.
Thanks,
John