"Frippe" wrote : <h:column rendered="#{bookable.week.period.status ==
PStatus.ACTIVE}">
| | </h:column>
This isn't valid EL, EL has no support for accessing enum's - something like
#{bookable.week.period.status == bookable.month.period.status} would work though (where
you compare two instance values of enums).
You can probably write a facelets function to do this. And yes, this is on my wishlist
for EL as well!
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4053944#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...