Dear All,


When using Tag Libraries, is it possible to mix JSP elements with Tag
Elements? Ie:



<dbConn:rs sql="select * from classifieds WHERE id = <%=id%>"> does not
seem to work.



However if I make String id = "select * from classifieds WHERE id = " +
id



<dbConn:rs sql="<%=id%>"> works



But surely, you should be able to mix the two elements?



Regards,

Peter Dolukhanov

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".

Some relevant archives, FAQs and Forums on JSPs can be found at:

 http://java.sun.com/products/jsp
 http://archives.java.sun.com/jsp-interest.html
 http://forums.java.sun.com
 http://www.jspinsider.com

Reply via email to