You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by "Parmar, Dipakkumar" <dp...@cgmpsystems.com> on 2002/07/30 16:36:41 UTC

LookupDispatchAction and DynaValidator

Hello everyone,

I have subclass LookUpDispatchAction and provided implementation for
getKeyMethodMap like

    protected Map getKeyMethodMap() {

        Map map = new HashMap();
        map.put("button.add", "add");
        map.put("button.delete", "delete");
        map.put("button.save", "save");
        map.put("button.cancel", "cancel");
        return map;
    }

Now my question is how can i disable Validation on cancel action? I'm using
"DynaValidatorForm" form with this action.

Deepak


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>