icons not showing up-Repost?

2001-05-09 Thread Alex Colic
= request.getParameter(action); Is my logic sound? Any ideas? Regards Alex Original Message Date: Tue, 8 May 2001 15:12:48 -0600 To: '[EMAIL PROTECTED]' [EMAIL PROTECTED] From: Kyle Robinson [EMAIL PROTECTED] Subject: RE: icons not showing up? Message-ID: [EMAIL PROTECTED] Your src is different

icons not showing up?

2001-05-08 Thread Alex Colic
Hi, I am trying to use struts to show a couple of icons. The following html works: IMG SRC=./Images/cancel.gif ALT=Cancel NAME=btnCancel onClick=doCancel(); but this does not? html:image src=/Images/cancel.gif alt=Cancel property=action alue=cancel/ In the struts way the form is submitted

RE: icons not showing up?

2001-05-08 Thread Kyle Robinson
Your src is different in each case. The first one includes a . at the beginning, the second does not. -Original Message- From: Alex Colic [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 08, 2001 13:50 To: Struts Subject: icons not showing up? Hi, I am trying to use struts to show