Posts

Showing posts with the label JSF2

Datatables with Primefaces

...here a few good examples: http://www.mastertheboss.com/primefaces/datatables-with-primefaces

Security taglibs for Spring 3.1 Security & JSF 2 pages

... tried different opetions for using security taglibs within JSF2 pages combined with spring 3.1 security. This one (and only this one so far) worked fine for me: http://code.google.com/p/spring-security-facelets-taglib/

Spring MVC3 and JSF2 ...

"this page demonstrates how to access a Spring bean using JSF EL (${helloWorld.message}) and how to render an image both using JSF resources handling and a regular img tag. You will have to manually put some images in the webapp/resources/images folder to try this. Posting the form should reload the page and display the message you entered in the textbox...." http://papweb.wordpress.com/2011/07/29/spring-mvc-3-jsf-2-with-maven-2-and-tomcat/