Re: How to use LookupdispatchAction

2006-05-05 Thread Michael Jouravlev
On 5/5/06, DOUILLARD David <[EMAIL PROTECTED]> wrote: Hi, I have a form that create a user in my database. I use a simple action class. After the création, i forward to a jsp (viewuser.jsp) that show my users. Now, i want to add two buttons on viewuser.jsp (Button.edit, button.delete) for each

How to use LookupdispatchAction

2006-05-05 Thread DOUILLARD David
Hi, I have a form that create a user in my database. I use a simple action class. After the création, i forward to a jsp (viewuser.jsp) that show my users. Now, i want to add two buttons on viewuser.jsp (Button.edit, button.delete) for each raw of my table. Can i avoid to have an action by button