RE: html:img Tag Problem

2004-06-10 Thread Ram Venkataswamy
line Jen [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 09, 2004 10:09 PM To: [EMAIL PROTECTED] Subject: html:img Tag Problem In my JSP, I have a html:img tag: and the above statement gives me the error message: 'According to TLD, tag html:img must be empty, but is not' I am very

RE: html:img Tag Problem

2004-06-09 Thread David Friedman
I don't see your closing backslash greater than, />, to end the tag such as: Regards, David -Original Message- From: Caroline Jen [mailto:[EMAIL PROTECTED] Sent: Thursday, June 10, 2004 1:09 AM To: [EMAIL PROTECTED] Subject: html:img Tag Problem In my JSP, I have a html:img ta

html:img Tag Problem

2004-06-09 Thread Caroline Jen
In my JSP, I have a html:img tag: and the above statement gives me the error message: 'According to TLD, tag html:img must be empty, but is not' I am very confused by the error message. I should have an empty html:img tag? Please advise. Thank you. __