multiple html:image tags used as submits

2002-03-28 Thread @Basebeans.com
Subject: multiple html:image tags used as submits From: Scott Danzig [EMAIL PROTECTED] === Hi, I have a jsp page that has a number of images, each acting as a submit button for a form, as follows: html:image page=/someimage.gif Now, I know when doing a normal submit button, you can specify

RE: multiple html:image tags used as submits

2002-03-28 Thread Greg Hess
Message- From: Struts Newsgroup [mailto:@[EMAIL PROTECTED]] Sent: Thursday, March 28, 2002 4:40 PM To: [EMAIL PROTECTED] Subject: multiple html:image tags used as submits Subject: multiple html:image tags used as submits From: Scott Danzig [EMAIL PROTECTED] === Hi, I have a jsp page

Re: multiple html:image tags used as submits

2002-03-28 Thread @Basebeans.com
Subject: Re: multiple html:image tags used as submits From: Scott Danzig [EMAIL PROTECTED] === Well, unless someone has a better idea than this hack I found in the archives: In the JSP: html:image page=/someimage.gif property=firstSubmit value=whatever border=0/ html:image page=/someimage.gif