aspose file tools
The moose likes JSF and the fly likes c:choose, c:when, c:otherwise : I can't find what's wrong Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » JSF
Reply Bookmark "c:choose, c:when, c:otherwise : I can Watch "c:choose, c:when, c:otherwise : I can New topic
Author

c:choose, c:when, c:otherwise : I can't find what's wrong

Bupjae Lee
Ranch Hand

Joined: May 14, 2007
Posts: 107
The Facelet XHTML code is:



The Result HTML is:



Test of <c:when> is obviously false, but A was chosen.

What's wrong with this?



ps) Someone would say it is a bad idea to use JSTL core tag in Facelet, but I want to skip this argument.
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: c:choose, c:when, c:otherwise : I can't find what's wrong
 
Similar Threads
problem with c:set tag
JSTL fmt:formatNumber does not display currency
javax.servlet.jsp.JspException in Application
Cannot set parameter in HTML:Link
Total newby JSP if block question is this legal