Re: Implementing a back button without Javascript

2008-03-19 Thread Jeff Miller
If you don't want to add another form element to the page you could take a look at LookupDispatchAction's getKeyMethodMap() method. Extend LookupDispatchAction in your action class. Override the getKeyMethodMap in which you can map your button's keys to methods you create. You could create a map

Re: Implementing a back button without Javascript

2008-03-19 Thread Antonio Petrelli
2008/3/19, Dimitris Mouchritsas <[EMAIL PROTECTED]>: > > Antonio Petrelli wrote: > > 2008/3/19, Dimitris Mouchritsas <[EMAIL PROTECTED]>: > > > >> we're using struts 1.2.4 in our project and I'm trying to implement a > >> back button for a 3 step registration procedure. The problem is I'd > >> like

Re: Implementing a back button without Javascript

2008-03-19 Thread Dimitris Mouchritsas
Antonio Petrelli wrote: 2008/3/19, Dimitris Mouchritsas <[EMAIL PROTECTED]>: we're using struts 1.2.4 in our project and I'm trying to implement a back button for a 3 step registration procedure. The problem is I'd like to do it without using javascript. I've discovered html:cancel which work

Re: Implementing a back button without Javascript

2008-03-19 Thread Antonio Petrelli
2008/3/19, Dimitris Mouchritsas <[EMAIL PROTECTED]>: > > we're using struts 1.2.4 in our project and I'm trying to implement a > back button for a 3 step registration procedure. The problem is I'd > like to do it without using javascript. I've discovered html:cancel > which works nicely for ...canc

Implementing a back button without Javascript

2008-03-19 Thread Dimitris Mouchritsas
Hi all, we're using struts 1.2.4 in our project and I'm trying to implement a back button for a 3 step registration procedure. The problem is I'd like to do it without using javascript. I've discovered html:cancel which works nicely for ...canceling. But I couldn't find anything similar for the