Accessing boolean attribute using logic

2004-03-15 Thread Theodosios Paschalidis
Hi all, I have unsuccessfuly spent all this time trying to figure this and it must be very simple... In my JSP I have code like this: logic:equal scope=session name=userid property=Admin value=false for a bean boolean property defined like this: private boolean admin = false; public boolean

RE: Accessing boolean attribute using logic

2004-03-15 Thread Robert Taylor
Try this: logic:equal scope=session name=userid property=admin value=false robert -Original Message- From: Theodosios Paschalidis [mailto:[EMAIL PROTECTED] Sent: Monday, March 15, 2004 2:04 PM To: [EMAIL PROTECTED] Subject: Accessing boolean attribute using logic Hi all, I