[jboss-user] [JBoss Seam] - Re: Seam and JSTL

2007-01-22 Thread rsmol
After reading Facelets API, Ifound it is supposed to support IF tag. Then I checked dvdstore example and found I was using wrong namespace definition (I copied it from somewhere in the internet). Now it is working very fine. xmlns:c="http://java.sun.com/jstl/core"; is the right namespace not xml

[jboss-user] [JBoss Seam] - Re: Seam and JSTL

2007-01-22 Thread petemuir
Try xmlns:c="http://java.sun.com/jstl/core"; With facelets it's recommended not to use JSTL except if you really need to and you understand how it will interact with facelets. Certainly for the above you would be much better off using the rendered attribute View the original post : http://www