Re: Scriptlet in html:img

2004-08-10 Thread Erik Weber
should render as: if I am not mistaken. Erik ashwini jagtap wrote: Hi All, following ing tag givin me error can anyone correct this src="<%=request.getContextPath()%>/images/a.gif "/ > Thanks Ashwini - Do you Yahoo!? Express yourself with Y! Messenger! Free.

RE: Scriptlet in html:img

2004-08-10 Thread Ningappa Doddamani
Try with below rectified code with regards, Ningappa -Original Message- From: ashwini jagtap [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 10, 2004 12:27 PM To: [EMAIL PROTECTED] Subject: Scriptlet in html:img Hi All, following ing tag givin me error can anyone correct this

Re: Scriptlet in html:img

2004-08-10 Thread ashwini jagtap
yes, that's correct.. but i don't understand html:img tag is not parsing correct Erik Weber <[EMAIL PROTECTED]> wrote: should render as: /images/a.gif"> if I am not mistaken. Erik ashwini jagtap wrote: >Hi All, > >following ing tag givin me error > >can anyone correct this > >> >src="/image

RE: Scriptlet in html:img

2004-08-10 Thread ashwini jagtap
sorry, actually it's like that only... due to copy paste gap has came.. it's like.. Ningappa Doddamani <[EMAIL PROTECTED]> wrote: Try with below rectified code src="/images/a.gif" /> with regards, Ningappa -Original Message- From: ashwini jagtap [mailto:[EMAIL PROTECTED] Sent: Tues

RE: Scriptlet in html:img

2004-08-10 Thread Paul McCulloch
You can use *either* literals or RT expressions to provide an attribute value to a JSP tag. You cannot use both. See JSP.2.13.1 in the JSP 1.2 spec. So, src="<%=request.getContextPath() + "/images/a.gif"%>" should work, though as other posters have noted this is unnceessary as html:img does this

RE: Scriptlet in html:img

2004-08-10 Thread ashwini jagtap
Thanks Paul.. It is working fine Ashwini Paul McCulloch <[EMAIL PROTECTED]> wrote: You can use *either* literals or RT expressions to provide an attribute value to a JSP tag. You cannot use both. See JSP.2.13.1 in the JSP 1.2 spec. So, src="" should work, though as other posters have noted this

Re: Scriptlet in html:img

2004-08-11 Thread Mark Lowe
Um.. Might just do it for you.. On 10 Aug 2004, at 08:56, ashwini jagtap wrote: me error can anyone correct this - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]