Thanks, Ashok, that's what it appeared to me, but was
hoping that I didn't need them. I appreciate the feedback!

-jeff

On Saturday, May 31, 2003, at 10:12 PM, Ashok Madhavan wrote:

hi Jeff,

you must have getBooleanValue().

regards
Ashok

--- Jeff Kyser <[EMAIL PROTECTED]> wrote:
Hey,

Should <nested:equal property="booleanValue"
value="true">...</nested:equal>

work for a bean with?

public boolean isBooleanValue() {
        return val;
}

Or do I just need to add a:

public String getBooleanValue() {
        return (val) ? "true" : "false";
}

to make this work?

thanks,

-jeff



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



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



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



Reply via email to