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]



Reply via email to