You are viewing a plain text version of this content. The canonical link for it is here.
Posted to taglibs-user@tomcat.apache.org by tony <to...@animaproductions.com> on 2002/04/25 09:12:29 UTC

still running in circles

>From the escapeSQL description with my variable "nomArt" for clarity:

'<sql:escapeSql><%=request.getParameter("nomArt")%></sql:escapeSql>'

My MM_Ultradev code:

<%
String oeuvre__varNom = "%";
if (request.getParameter("nomArt")    !=null) {oeuvre__varNom =
(String)request$%>


This doesnt work of course:

<sql:escapeSql><%
String oeuvre__varNom = "%";
if (request.getParameter("nomArt")    !=null) {oeuvre__varNom =
(String)request$%></sql:escapeSql>

How do I insert the tag?

Cheers

Tony Grant


-- 
RedHat Linux on Sony Vaio C1XD/S
http://www.animaproductions.com/linux2.html
Macromedia UltraDev with PostgreSQL
http://www.animaproductions.com/ultra.html


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>