David

Not really weird. ;)

>From what I see, an html comment was used!
Server side tags will be processed before html comments hence in this case
the html comment is useless because your server side custom tag is being
processed.

Now Max's version might work but I got a bad feeling that the custom tags
get processed before <%jsp script blocks%> hence the code will still not be
commented out. (I might be wrong on this one as to the order of processing)

--Alen


----- Original Message -----
From: "Max Cooper" <[EMAIL PROTECTED]>
To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
Sent: Wednesday, August 13, 2003 9:59 AM
Subject: Re: really weird - evaluating a comment


> Try a JSP comment:
>
>  <%-- <html-el:text name="var" property="qty" indexed="true"/> --%>
>
> -Max
>
> ----- Original Message -----
> From: "David Thielen" <[EMAIL PROTECTED]>
> To: "Struts-Users" <[EMAIL PROTECTED]>
> Sent: Tuesday, August 12, 2003 7:27 PM
> Subject: really weird - evaluating a comment
>
>
> Hi;
>
> The following line in my jsp is throwing an exception:
>
>  <!-- <html-el:text name="var" property="qty" indexed="true"/> -->
>
> Correct me if I'm wrong - but since it's a comment - shouldn't it be left
> alone?
>
> thanks - dave
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to