On Fri, Aug 20, 2004 at 03:29:42PM -0400, Williams, Mark L CIV NSWC-PC wrote:
: Foo ${row.foo}
: Bar ${row.bar}
: 
: Verbatim.
: [snip]
: Any suggestions on what to try next (other than give up and go to
: regular servlets) would be greatly appreciated.

Well, I'd usually vote for a servlet/JSP page controller setup ;) but I
may be able to help you:

What's the doctype declaration in your web.xml?

You must specify servlet spec 2.4 to have the JSTL functionality you
desire.  I don't have the exact syntax on me, but you can find examples
all over the web.

-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