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:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to