I wish to have make a super class for a few managed beans, containing amongst other things an injected @SessionScoped managed bean, and an @EJB. The following works
In a simple demo web app using JSF 2 and Ajax, there is a method in the ManagedBean which receives messages from a JMS queue:
These days I used to work with JSF, but there\'s a \"convention\" I\'m in doubt if I should use. While working with managed beans, people used to name it as XxxxxManagedBean where the prefix can be an
I\'m guessing that if I have 6 requestscoped beans, only those referenced by the current view ( 开发者_运维百科for instance by using #{foo.bar}) are instantiated. Is that assumption correct? In that c
I got a problem with JSF, hope someone can help me out. I have a Facelets xhtml page, with a SessionScoped managed bean. When a commandbutton is pressed on the page, a method is invoked in the bean, w
I\'m using h:datatable, here\'s the revelant line of my code: <h:dataTable value=\"#{account.latestIncomes}\" var=\"mov\" >
Is it possible in JSF2 from a custom component (in method encodeBegin) to access to the FacesContext and managed beans?
I have a web page that has many forms. One for logging in, another for creating an article and another for submitting a comment. Now, each o开发者_StackOverflow社区f these forms is backed by a differe
The scenario is like this. I have a rich:tabPanel with about 5 tabs. On first tab there is a rich:datatable. When I click on first column\'s element (a4j:commandLink), I get another rich:datatable. Wh
I have the follwing problem with the new ViewScope in JSF2.0. I have a class annotated as a view scope bean with a @PostConstruct method