Re: [nyphp-talk] Proper Form Processing Techniques

2014-05-20 Thread David Krings
On 5/20/2014 4:24 AM, Michael B Allen wrote: As for other's suggestions about storing state on the client by what is ultimately manipulating the DOM with JavaScript, I can see how that could be used to create sophisticated UI elements. But I don't think I would ever put any state on the client th

Re: [nyphp-talk] Proper Form Processing Techniques

2014-05-20 Thread Michael B Allen
On Mon, May 19, 2014 at 1:40 PM, Gary Mort wrote: > > On 05/18/2014 01:43 AM, Michael B Allen wrote: >> >> Hi All, >> >> >> My current technique seems a little hackish because I'm using the >> hidden form element "cmd" to modify the action. In practice it might >> seem purer to modify the action t