Then, isn�t there other way to do it as a tag�s attribute?
> ---------- > De: Paul Zepernick[SMTP:[EMAIL PROTECTED] > Responder: Tomcat Users List > Enviada: quinta-feira, 19 de fevereiro de 2004 16:32 > Para: Tomcat Users List > Assunto: RE: Taglib parser problems > > > 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] >
