On Thu, Dec 02, 2004 at 07:33:01AM -0500, sbeam wrote:
: Hi, Tomcat n00b here just installed 5.5.4. Trying to do the HOWTO at 
: 
http://jakarta.apache.org/tomcat/tomcat-5.5-doc/jndi-datasource-examples-howto.html
: 
: Finally got the JDBC connection working I think, but my final JSP output 
: just shows
: ==========
: Results
: Foo ${row.foo}
: Bar ${row.bar}
: ==========
: 
: It's like the c:forEach tag is being ignored and the contents are not 
: parsed at all.

You'll have to post the offending JSP.
Likely, you've forgotten to import the relevant JSTL taglibs in your
JSP.  

Without those imports, a $ is just a $.

-QM


-- 

software  -- http://www.brandxdev.net
tech news -- http://www.RoarNetworX.com


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

Reply via email to