> -----Original Message----- > From: Joe Germuska > At 4:35 PM +0000 4/3/04, Robert Leland wrote: > >Every since I applied the patch to allow the validator to work, > >with multiple forms, there has been one thing that has bothered me: > > > >The JavaScriptTag requires the name of the form. > > > >So now both the form name and the action name are required in the > >JSP, and this increases the coupling. > > > >How about we change it to take an 'action' instead of a form name ? > >That way the JSP need only know about the actions. > > If you did that, how would it know whether to use the 'path' or the > 'name' to look up the validation rules?
Wouldn't it alway use the 'name' it looked up from the given action ? Is there a time it would ever use the 'path' ? I guess I don't understand ? > > I don't love the coupling, but I'm not thinking of a great solution. > > Joe > -- --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]