I am trying to convert a session scoped JSF managed bean to view scoped. However, when I try to access the xhtml page for this bean, then i get the following error:
How can I use view files with a different extension, other than XHTML, still map to the Faces Servlet in a JSF 2.0 application ?
I\'ve got a fairly simple web application deployed in GlassFish 3.0.1. I\'m using regular FORM based authentication and have the application secured using a JDBC realm. The view is handled by JSF 2 us
I\'ve noticed that, in my application, the Ajax events work only the first time when using Safari (they work correctly on IE and FF). After some debugging, I\'ve noticed that the problem is related wi
The default one is xhtml. I want to change it to .jsf. Is this possible using facelets/jsp or using an开发者_JAVA技巧yone of these two?I think your asking about changing the servlet mapping so you ca
When request not exists jsf-page (for example blabla.jsf) I have a problem in Glassfish 3.1: the server response error 500:
Using Icefaces 2, if an error occurs during execution of an action method on a standar开发者_开发技巧d (=not icefaces) h:commandButton, it just seems the button has no action. No error page is display
In my JSF2 application, I have \"Clear\" button, which is supposed to clear all the fields. However, it doesn\'t always work.
Which of those techniques can support inter-module ajax updates? ( The content is above 1100 line in a single JSF 2.0(facelets) page. Even if I use one of the above techniques to modularize th开发者_
This question already has answers here: 开发者_开发问答 How to reference JSF image resource as CSS background image url