Re: Alternate submit tag...

2008-03-17 Thread Antonio Petrelli
2008/3/16, Dale Newfield <[EMAIL PROTECTED]>: > > I propose that instead of having a > method attribute on the submit tag that works w/o js in the client, but > requires some black magic on the server side, we add an "action" attribute > to the submit tag that uses js on the client to change the fo

Re: Alternate submit tag...

2008-03-16 Thread Jeromy Evans
Shouldn't validation just be fixed? The root problem is that validation only uses the action alias and doesn't check if a method name is provided in a parameter. The user of a wildcard just works-around that limitation to creating an alias it can match. For historical reasons there's at least