Re: populating a form bean without using a submit button

2001-09-26 Thread Rogerio Zamboim
Hi David/Chiji, I have used this solution to my problem and works fine. Basically, the difference is that instead of calling the jsp page in a success, I´m forwarding the same action (listCalsses.do). Sure, I had also to control the flow (forwards) in my action class. If you need more example,

Re: populating a form bean without using a submit button

2001-09-26 Thread David M. Karr
chiji == chiji nwankwo [EMAIL PROTECTED] writes: chiji Hi, chiji Is it possible to populate a form bean without using the submit button to post the form.  I am using the link tag to forward chiji the user from one page to another, but at the same time I would like the contents of

populating a form bean without using a submit button

2001-09-25 Thread chiji nwankwo
Hi, Is it possible to populate a form bean without using the submit button to post the form. Iam using thelink tag to forward the user from one pageto another,but at the same time I would like the contents of the form to be sent to the Action form class. I do not know if whatI am trying to do

Re: populating a form bean without using a submit button

2001-09-25 Thread David M. Karr
chiji == chiji nwankwo [EMAIL PROTECTED] writes: chiji Hi, chiji Is it possible to populate a form bean without using the submit button to post the form.  I am using the link tag to forward chiji the user from one page to another, but at the same time I would like the contents of