1. custom facelet component for input field stackoverflow.comI'm creating a "big" form with a lot of input fields. To make things easier I tried to create a facelet componente which encapsulates the code for creating a table with two ... | |||||||||||||||||||||||||||||
2. facelet composition control (custom tag) with binding stackoverflow.comI'm having problems with creating a Facelet Composition Control (= custom tag). That's the component's template (numberinput.jspx). I declared the in my custom-taglib.xml. So far the inclusion works using this code:
| |||||||||||||||||||||||||||||
3. What's the best way to create parametrized multi-purpose custom facelet tags stackoverflow.comI created a Facelet tag for rendering a textinput with a label. That's very helpful when for avoiding repeating the same code over and over again. Though I'm struggling with handling different use ... | |||||||||||||||||||||||||||||
4. Passing inner markup into Facelet tags stackoverflow.comI'm a very-beginner JSP/Facelets developer needing to create a new custom tag that extends the common ICEFaces's commandButton. I would like to be able to know how to pass the markup ... | |||||||||||||||||||||||||||||
5. Can't render custom facelet component in IceFaces coderanch.comHi greenhorns, I have been looking some tutorials on this issue but am not getting through.... can anyone please help?? I am trying to set up a custom JSF/IceFaces facelets component, and although following the steps in the official IceFaces guide (which must say is too basic and lacks many details) I don't get to render the tag, or only get ... | |||||||||||||||||||||||||||||
6. menu item in a facelet page is not responding icefaces.orgI need help to make ICEFaces facelet work with JBoss. I keep getting the error below. Even after following all dependencies as listed in the Developer's Guide. Source Document: jndi:/localhost/hyphenfinancial/WEB-INF/faces-config.xml Cause: Class 'com.icesoft.faces.facelets.D2DFaceletViewHandler' is missing a runtime dependency: java.lang.NoClassDefFoundError: com/sun/facelets/impl/ResourceResolver Here is my web.xml: I am trying to create a custom dataTable component which has pagination, as well as a selectOneMenu which allows the user to choose the number of rows per page. When I select a number from the dropdown, I need the rows attribute of the dataTable to be modified. The standard way to do this I believe is to bind both the ... Hello, I am just getting started with Icefaces, so please excuse me if this is documented elsewhere. It appears to me that Icefaces delivers its own facelets support in icefaces-facelets.jar rather than depend on the official facelets distribution. I am guessing that this is based on facelets 1.1. Is that correct? What changes have been made the requires a custom distribution? ... Hi, we are trying to use our components by xhtml and facelets. So in web.xml we type this to locate our taglib.xml |