I\'m creating a simple JSF/Facelets component, useful to specify time intervals: <jsp:root xmlns:jsp=\"http://java.sun.com/JSP/Page\"
This is what I\'m trying to generate: <div class=\"marker\" style=\"background:transparent url(\'/myApp/faces/javax.faces.resource/1.png?ln=images/map\') no-repeat center top;\"></div>
I have a question about integrating jquery library with JSF 2.0 when using <h:outputScript library=\"/common/js\" name=\"jquery-1.5.1.min.js\"target=\"head\" /> , i should include <h:head&g
I have written a custom tag extending UIComponentBase. It adds multiple Child-Components (UIComponent) during the encodeBegin method.
I\'m using a captcha in my JSF page (not recaptcha or randomly generated image value, etc). Initially it gets its value from CaptchaServlet. I want to add \"refresh image\" button without refreshing t
i have a question about rendering a simple <h:inputText> value. When i write <h:inputText id=\"username\" value=\"#{userBean.user.username}\" />
For example, I have created some custom UI components, some depend on jquery-min.js, some depend on jQuery UI, some depend on jsTree, some depend on Dojo, etc.
In my project, I am using SSL but it works for all pages.I want to use it for only a login page, after that page it should revert to HTTP protocol. How can i do that? I found a way below, but it does
There is an init-param facelets.REFRESH_PERIOD for the Facelets servlet. However, it\'s senseless to set it to a specific value. When it\'s too small, say 10 seconds, the cache will be timeout too fas
I have a page that contains a PrimeFaces accordion panel, in each panel is a PrimeFaces datatable. Below the datatable is a button \"Add study\" for example and when this button is click I want to dyn