Is someone using Facelets 开发者_如何学编程with JSP 2.0 tags? How to add tag library to xhtml page? In JSP I used:
I want to create a component which can be used like: <mc:chart data=\"#{bean.data}\" width=\"200\" height=\"300\" />
There is this sentence inJBoss EL resolver online documentation: It\'s important to fully understand how this extension to EL works. When the page is rendered, the parameter names are stored (for ex
I am considering using Facelets and JSTL in the same web project. Are 开发者_如何学Gothere any issues in integrating these ?Facelets has cloned a limited set of "good old" JSTL tags and inc
I have an IceFaces page which is powered by several Request scoped beans. When I make an initial GET request, I grab the external context via the faces context grab a GET parameter and use it to initi
Defining custom components in Facelets is easy and quick but there\'s one thing I can\'t figure out.
I just finished the Netbeans introduction to Hibernate tutorial ( http://netbeans.org/kb/docs/web/hibernate-webapp.html#01 ) and I am getting the following error:
I am learning facelets and Seam and I\'m facing the following problem: I have 2 xhtml files, one includes the other and each one has its own Seam component as backing bean. I want to send and object t
I am using facelets开发者_StackOverflow社区. I have one class: public class foo{ public static String foofookoo() {
I have a MyFaces Facelets application, where the page coding is a bit rugged. Anyway, it\'s developed with Eclipse and built with Ant, and kindof runs ok in Tomcat 2.0.26. So far so good.