I'd like to use an actionFormBean with a few JSP form page. But I'll have to treat different cases in the validate of my actionFormBean... So in validate(), I was thinking about looking at the name of the input JSP with ActionMapping.getInput() ( or perhaps the name of the current action to choose the right case, /w getType() ).
Is it an acceptable way to do that? I coulds also use an property of the formBean perhaps... Thanks -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

