hello,
how can I bind a different command bean for each of the actions defined in the MultiActionController ?![]()
does it make sense to invoke:
inside the implementation of every defined action ? ..and not sure it makes sense at all..Code:newCommandObject(Clazz.class);
it 'd be nice if we could map, perhaps in the xml descriptor, a command object for every action...


Reply With Quote