Craig McClanahan wrote:
Note that "empty" is an operator name in the EL language, used to
detect whether a property value is null or a zero length string. Try
using a different bean name.
How about "emply"?
;)
Dave
Craig
On Apr 7, 2005 8:23 AM, [EMAIL PROTECTED]
<[EMAIL PROTECTED]> wrote:
I am trying to use JSTL for the first time and the expression does not
seem to get evaluated.
Ex.:
<bean:define id="emply" name="HRnlnVO" property="emplyVO" />
<bean:write name="emply" property="firstName" />
<c:out value="${emply.firstName}"/>
The bean:write line works like a charm.
The c:out line just writes out the expression: ${emply.firstName}
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]