If this is your taglib then I would suggest not making the sql statement an attribute, 
but instead including it in teh body of the tag.

<my-tag>
        SELECT * FROM MYTABLE WHERE MYCOLUMN='TEST'
</my-tag>

-----Original Message-----
From: Edson Alves Pereira [mailto:[EMAIL PROTECTED]
Sent: Thursday, February 19, 2004 2:22 PM
To: 'Tomcat-User List'
Subject: Taglib parser problems


        Hello dudes, i trying to set a taglib property with ( ' ) inside its
text, like:

        <my-tag sql="select * from preoducts where product_name ='CHAIR'"/>


        But when i check the property�s value is something like:

"select * from preoducts where product_name ="

        For me, seems that taglib�s parser stops to read the value when it
found ( � ) in my text.


        Any idea?

        Regards,
        Edson

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

Reply via email to