Re: How to detect Input Image

2003-01-13 Thread Billy Ng
, 2003 11:21 AM Subject: RE: How to detect Input Image > See http://husted.com/struts/tips/001.html > > robert > > > -Original Message- > > From: Billy Ng [mailto:[EMAIL PROTECTED]] > > Sent: Monday, January 13, 2003 1:58 PM > > To: [EMAIL PROTECTED]

RE: How to detect Input Image

2003-01-13 Thread Robert Taylor
See http://husted.com/struts/tips/001.html robert > -Original Message- > From: Billy Ng [mailto:[EMAIL PROTECTED]] > Sent: Monday, January 13, 2003 1:58 PM > To: [EMAIL PROTECTED] > Subject: How to detect Input Image > > > Is there a way to find a > is hit

How to detect Input Image

2003-01-13 Thread Billy Ng
Is there a way to find a is hit? I am using the following code which is working very good. (!"0".equals(getRequest().getParameter("delete.y")) && !"0".equals(getRequest().getParameter("delete.x"))) However, this looks really urgly. Is there any get() and set() methods that I