Checking boolean values with a logic tag

2003-01-22 Thread Jordan Thomas
Hi,

How do I check a boolean value of a method/bean using the logic tags. Can
Struts-El do this? Essentially I have a method called getXYZ() that returns
a boolean value. I can't change the name of the method to isXYZ so  I have
to leave it as is.

thanks

Jordan


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




Re: Checking boolean values with a logic tag

2003-01-22 Thread Gemes Tibor
2003. január 22. 12:03 dátummal Jordan Thomas ezt írtad:
 Hi,

 How do I check a boolean value of a method/bean using the logic tags. Can
 Struts-El do this? Essentially I have a method called getXYZ() that returns
 a boolean value. I can't change the name of the method to isXYZ so  I have
 to leave it as is.

logic:equal name=someBean property=XYZ value=true 

Tib

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