Wednesday, August 31, 2011

LookupDispatchAction - Action Class

protected Map getKeyMethodMap() {
Map map = new HashMap();
map.put("btn.form.add", "addMethod");
map.put("btn.form.remove", "removeMethod");
return map;
}

No comments:

Post a Comment