users@glassfish.java.net

Re: JSP question

From: <glassfish_at_javadesktop.org>
Date: Tue, 10 Jun 2008 17:23:21 PDT

The difference between using <jsp:getProperty> and scriptlet <%= %> is that the former gets it's value from the pageContext attributes, while the later from the java variable. In your case,

    <jsp:getProperty name="dtBean" property="lineRef" />

will return a null, if pageContext.getAttribute("dtBean") returns null.

If you still have problems, please file a issue report with glassfish, with a simple test case (in war, not ear file). I'll then take a look. Thanks.
[Message sent by forum member 'kchung' (kchung)]

http://forums.java.net/jive/thread.jspa?messageID=279578