Following some advice, i decided to write my own authorization filter for my web app(I am not using container managed security so i have to do it this way).
Im currently experimenting with facelets in JSF 2.0. I currently have a case where a common grid definition is used by 2 facelets,
I am implementing my own authentication mechanism and i want to know if what i am doing is correct and if not how can i do it correctly.
I want to build a form that dynamically changes 开发者_Go百科the components visible depending on the state of other components.
I have a login mechanism consisting of a JSF page + managed bean + EJB, it works fine but the only bug is that i don\'t see the error message when the password is entered wrong. Any ideas?
I want to use the simple java.util.logging.* package to log exceptions. Any suggestions, links, a开发者_开发知识库rticles to do this in a basic but elegant way?
I\'m trying to create a domino like effect when rendering different panelGroups using JSF2 and Ajax. The idé is that depending on the outcome a certain panel will be rendered and shown which in turn
Is it possible to change the orientation of the facet header in a primefaces DataTable? Basically I want something like this: http://www.primefaces.org/showcase/ui/datatableBasic.开发者_高级运维jsf bu
What is the best strategy for conditionally displaying multiple elements (for example a list of fields that depends on a bean value)?
I have the exact same dialog form setup as the primefaces example below. When I put my cursor in the p:inputText on the below primefaces example and hit enter the window is closed automatically.Onmy e