Actually just got a little further - no exception now. But the value is not being passed in. It's empty. The code is still the same though, just a server restart.
I assume that you are using JSTL 1.0 as you are using JSP 1.2? (Unless you have a really good reason not to, an upgrade to JSP 2.0/JSTL 1.1 will make you a much happier person).
Actually I probably would have tried turning the runtime expression <%= productBean.getId() %> into a proper EL expression - ie
[ September 10, 2006: Message edited by: Stefan Evans ]
anfun wong
Greenhorn
Joined: Aug 24, 2006
Posts: 6
posted
0
Thanks Stefan,
Yes you are right. I did have to use Java because I'm only patching this JSP and the existing variable productBean is not available to the tags.
Is there a good document illustrating the various name spaces involved in JSP and JSTL and how they correlate and interact, and how to communicate variables among them? I have only found pieces of info here and there.