Re: specifying action forwards

2004-10-30 Thread Adam Hardy
I don't like relying on Javascript. Sometimes in fact I can't. But I see what you mean. Also the action saves whatever changes are done to the data on the screen, and then I use that strategy to pass on the request to the other mapping. On 10/30/2004 04:20 PM David G. Friedman wrote: Adam, Why

RE: specifying action forwards

2004-10-30 Thread David G. Friedman
Adam, Why don't you use Javascript? You could have each submit button change the this.form.action (where the URL saying where to POST/GET the form to is located) to make the page directly submit from the browser to the exact Action once. This would remove the need for you to map between actions (