Re: Struts 1.x Edit Button Dispatching

2007-02-02 Thread Michael Jouravlev
On 2/2/07, Givler, Eric <[EMAIL PROTECTED]> wrote: MJ>If you don't use Javascript, how do you supply id of an item to edit? Right now, it's a hyperlink. The previous Model 1 based version of the application used a button, and then it cycled through all the rows (it had a rowcount as a hidden v

RE: Struts 1.x Edit Button Dispatching

2007-02-02 Thread Givler, Eric
MJ>If you don't use Javascript, how do you supply id of an item to edit? Right now, it's a hyperlink. The previous Model 1 based version of the application used a button, and then it cycled through all the rows (it had a rowcount as a hidden var). So, if the request.getParameter("event_edit#

Re: Struts 1.x Edit Button Dispatching

2007-02-02 Thread Michael Jouravlev
On 2/2/07, Givler, Eric <[EMAIL PROTECTED]> wrote: I have a multi-record display grid and I want the user to be able to click a button to Edit a record. Since the page also handles Loading the records, and navigation to two other places, I was using the EventDispatchAction. I tried mapping: e

Struts 1.x Edit Button Dispatching

2007-02-02 Thread Givler, Eric
I have a multi-record display grid and I want the user to be able to click a button to Edit a record. Since the page also handles Loading the records, and navigation to two other places, I was using the EventDispatchAction. I tried mapping: event_edit{?}=Edit, but the Edit method is never invok