1. JSTL and boolean properties coderanch.comI have a need to display custom boolean values on a web page using either JSTL or Struts taglibs. What I mean by "custom boolean values" is that I've got a JavaBean with a method like "public boolean isActive()" and I want to display either "yes" or "no" on the web page instead of "true" or "false". How should I do ... |
2. Boolean Object in JSTL coderanch.com |
3. JSTL and booleans coderanch.com |
4. How do you run a boolean on a hashmap using JSTL? forums.oracle.com |