Multiple submit buttons in the same form

2004-05-29 Thread Miguel Arroz
;s precisely my question. How can I know what button did the user pressed to submit the form? Yours Miguel Arroz Fire, walk with me. Miguel Arroz - [EMAIL PROTECTED] - http://www.guiamac.com --

Can I use multibox with text fields?

2004-06-02 Thread Miguel Arroz
array), or do I have to do this manually (using iterate, etc)? Yours Miguel Arroz Fire, walk with me. Miguel Arroz - [EMAIL PROTECTED] - http://www.guiamac.com - To unsubscribe

Populating a form before displaying it

2004-05-11 Thread Miguel Arroz
Hello! I want to display a JSP when a user clicks on a link on a previous page. The JSP has a form that must be populated with data before being displayed for the first time. How can I populate the form before showing it? Yours Miguel Arroz

Re: Populating a form before displaying it

2004-05-12 Thread Miguel Arroz
Hi! Hope this helped a little more ;) -Riyad Yeah, it did! :-) Still not implemented (I just woke up, here in Portugal!) but looks like a good way to do it... better than the one I was using! Thanks a lot for your help! Yours Miguel Arroz

Re: Populating a form before displaying it

2004-05-12 Thread Miguel Arroz
rm", userForm); return mapping.findForward("continue"); } and when you get the JSP page, your userForm has been populated with all the necessary info. Hope this helped, Riyad Fire, walk with me. Miguel Arroz - [E

Re: Populating a form before displaying it

2004-05-12 Thread Miguel Arroz
Hi again! Found the problem... sorry! I have to specify scope="request" on both actions! Thanks for your help! Yours Miguel Arroz On 12 de mai de 2004, at 12:55, Riyad Kalla wrote: Miguel, I had this problem alot when I was developing a management system. For exam

Displaying a dynamic table from a collection

2004-05-10 Thread Miguel Arroz
ot;row2", etc property on the Form object. How can I get all the data back? Again, i just need a push in the right direction, I do not need any detailed stuff, although links to examples would be welcome. Yours Miguel Arroz Fire, walk