Can JSF 2.0 be used with Web开发者_JAVA技巧Sphere Application Server version 7.x? If so, how?The WebSphere Infocenter indicates that the right way to change to an alternative JSF implementation is to
I am writing a JSF (ICEfaces) application using resource bundles to handle internationalisation. The application nicely applies the (default) Dutch \"nl\" locale for the resource bundle but fails to
开发者_运维知识库I have JSF + Hibernate app. During runtime, i need to change database, to which user is connected. For example, User can manually switch databases in my app, so app is connected to th
When I have javax.faces.application.ViewExpiredException I want to send user to login page. web.xml ...
Can anyone teach me how to use mojarra to encode my JSF files. I downloaded mojarra and expected some kind of jar but what i had downloaded was a folder of files i don\'t know wh开发者_JAVA百科at to d
I have a List of strings in my object, and I was hoping to be able to edit them with 开发者_如何学Goan a4j:repeat.
I have this select option: <f:verbatim>Pages: </f:verbatim> <h:selectOneMenu id=\"selectPage\" value=\"#{pageList.selectedPage}\">
Icefaces only refreshes the changed p开发者_运维百科arts in the page. In my program I want to do a full page refresh through the manage bean. Does anyone know how to do that ? Thanks.Doing a page refr
is it possible to use mobile applications using Rich-faces 3.3? i know both ice-faces and prime-faces(it has a components called touch-faces) support mobile developm开发者_Python百科ents. if yes is th
I have issue with RichFaces extended dataTable If the columns are more say 20, instead of giving a horizontal scroll bar, the columns are getting compressed.