It looks to me like composite components\' attributes don\'t allow generic types. Here\'s a simple test case:
In JSP, there is an attribute session used for disable autogeneration session in a request. <%@page contentType=\"text/html\" pag开发者_StackOverflow中文版eEncoding=\"UTF-8\" session=\"false\" %&g
I\'ve been working on a web application created on Netbeans 6.9.1, and everything works fine and I\'m able to deploy it without problems. Today I\'ve created an Enterprise Application and replaced the
I\'m working on a project developed with JSF 2.0 (Mojarra 2.0.3) front end and deployed on Glassfish v.3.0.1 server. Application must accept ISO-8859-2 charset and write data to MySql database.
I am migrating an application from Struts2 to JSF2. In struts2 I had mapped most of the actions so that the same action returned different locale content depending on the URL. For example:
Thanks to some great articles here, I\'ve been able to build a <h:selectOneMenu /> with selectItems containing objects. After providing a custom FacesConverter and fixing the missing equals()/ha
I have two classes representing menu items. First one is Category, it represents the parent menu items.
I\'m using CAS (Central Authentication Service) from Jasig in a client JSF app running on tomcat 6 server. I would like to limit the access to the app just for the users specified in my database rathe
I moved from JSF 1.2 to JSF 2.0 and it seems I missed something during the switch. I have following scenario:
I am having some trouble properly retrieving blob data from my database using java in my JSF 2.0 application. The first problem I am having is on my getter method for the Blob named \"file\" I get an