Hey, I have a simple HTML form with several submit buttons and I need to trigger different action from all of them and all actions need to receive form's POST data.
I'd like to ask how people here would deal with this. So far I have two possible solutions: 1. "Proxy action" which checks what button was clicked and forwards to the correct action. 2. Routing hack with _POST routing source (works pretty nicely, I tried :) Any comments on those or better solutions? All ideas will be greatly appreciated. -veikko P.S. I'm developing an application that is also used with portable devices that have zero support for Javascript techniques. This limits my options to standard HTML + Agavi awesomeness :) -- Veikko Mäkinen [EMAIL PROTECTED] 044 5910 413 _______________________________________________ users mailing list [email protected] http://lists.agavi.org/mailman/listinfo/users
