Instead of commenting out your validate() method
You can do something like this
public ActionErrors validate(ActionMapping mapping, HttpServletRequest request){
ActionErrors errors = super.validate(mapping, request);
// If we see the cancel key in the request, since your continue button
is a c
Extend your action class from
ValidatorLookupdispatchAction class by Brandon
Goodin.
___
Do you Yahoo!?
Win 1 of 4,000 free domain names from Yahoo! Enter now.
http://promotions.yahoo.com/goldrush
---
I have a form which has a "save" (
3 matches
Mail list logo