html:submit button

2002-02-21 Thread Konstantina Stamopoulou
Hello, I have a problem and I can't fingure out the solution to it. Here is my case: I have a list of products (PoductBean) on my .jsp and each one of it have two buttons (html:submit) : Button1 -- Display Information for this product Button2 -- Use the information to do something else My

Re: html:submit button

2002-02-21 Thread Konstantina Stamopoulou
10 lines of config parameters and two buttons under these. Thank you for your instant reply, Konstantina - Original Message - From: rob [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Thursday, February 21, 2002 12:32 PM Subject: Re: html:submit button You can

Re: html:submit button

2002-02-21 Thread SUPRIYA MISRA
was clicked //do whatever like forward to another actionpage } else { //neither was clicked } From: Konstantina Stamopoulou [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED], rob [EMAIL PROTECTED] Subject: Re: html:submit button

RE: html:submit button

2002-02-21 Thread Mattos, John
PROTECTED]] Sent: Thursday, February 21, 2002 5:02 AM To: Struts Users Mailing List Subject: html:submit button Hello, I have a problem and I can't fingure out the solution to it. Here is my case: I have a list of products (PoductBean) on my .jsp and each one of it have two buttons (html:submit

Re: html:submit button

2002-02-21 Thread stak
] To: 'Struts Users Mailing List' [EMAIL PROTECTED] Sent: Thursday, February 21, 2002 3:56 PM Subject: RE: html:submit button Hi Konstantina, I don;t know if you have a solution yet, but I have two separate ones for you. The first is more struts oriented. If you have the following in your JSP

RE: html:submit button

2002-02-21 Thread Christian Velez
/ -Original Message- From: Konstantina Stamopoulou [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 21, 2002 5:02 AM To: Struts Users Mailing List Subject: html:submit button Hello, I have a problem and I can't fingure out the solution to it. Here is my case: I have a list

RE: html:submit button

2002-02-21 Thread Maturo, Larry
: Konstantina Stamopoulou [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 21, 2002 4:02 AM To: Struts Users Mailing List Subject: html:submit button Hello, I have a problem and I can't fingure out the solution to it. Here is my case: I have a list of products (PoductBean) on my .jsp and each one

Re: html:submit button

2002-02-21 Thread Konstantina Stamopoulou
' [EMAIL PROTECTED] Sent: Thursday, February 21, 2002 5:30 PM Subject: RE: html:submit button Hi Konstantina, Since you haven't supplied enough details, I'll assume that you have a table, and each row contains info on one product, plus two buttons, one for displaying info and one for do something