[Fwd: FW: REPOST: How to code and use the html:image tag?]

2001-04-13 Thread jdware
Ted, I tried this with no success. I put two html:image tags into my login.jsp trtd/tdtdhtml:image page="/images/lanikai.jpg" property = "login" value="lanikai" /td/tr trtd/tdtdhtml:image page="/images/larry.jpg" property = "login" value="larry" /td/tr In the perform method of

Re: [Fwd: FW: REPOST: How to code and use the html:image tag?]

2001-04-13 Thread Ted Husted
You're right. This doesn't seem to be working. I'd report it as a bug. http://nagoya.apache.org/bugzilla/ [EMAIL PROTECTED] wrote: Ted, I tried this with no success. I put two html:image tags into my login.jsp trtd/tdtdhtml:image page="/images/lanikai.jpg" property =

RE: [Fwd: FW: REPOST: How to code and use the html:image tag?]

2001-04-13 Thread Zhengxi Ruan
it is not a bug of Struts, but the browser's. Jesse -Original Message- From: Ted Husted [mailto:[EMAIL PROTECTED]] Sent: Friday, April 13, 2001 7:52 PM To: [EMAIL PROTECTED] Subject: Re: [Fwd: FW: REPOST: How to code and use the html:image tag?] You're right. This doesn't seem to be

Re: [Fwd: FW: REPOST: How to code and use the html:image tag?]

2001-04-13 Thread Ted Husted
I'm getting the same result with Netscape 4.7 and IE 5.5 -- so if the browser react to the input image, like the submit button, but do not pass the value the same way, then the only alternative seems to be to examine the x:y parameters, and use those to determine which button was pressed. If