RE: Problem with null value

2004-11-17 Thread Mauro Morales M.
El mar, 16-11-2004 a las 14:09 -0600, Apte, Dhanashree (Noblestar) escribió: > If you are trying to do different processing in your action based on > different buttons clicked in the form, you can use > the Struts LookupDispatchAction instead of the normal Action class. I resolved this problem do

RE: Problem with null value

2004-11-16 Thread Apte, Dhanashree (Noblestar)
If you are trying to do different processing in your action based on different buttons clicked in the form, you can use the Struts LookupDispatchAction instead of the normal Action class. It lets you map the buttons on your page to separate methods in your action. Please refer the struts API doc