conversation-scope Questions
1
I have a Conversation scoped bean, ComponenteM, that is injected in a Request Scoped bean, ComponenteC.
@Named
@RequestScoped
public class ComponenteC implements Serializable {
@Inject
Component...
Urgent asked 11/8, 2015 at 10:40
4
Solved
I'm getting BusyConversationException while navigating through pages in my jsf project. This mostly happens if the user tries to navigate to another page during an ajax call. This also happens when...
Iota asked 3/12, 2012 at 10:38
1
Solved
I have problem with org.omnifaces.util.Faces#redirect and conversation scoped bean:
there is a button
<p:commandButton action="#{navigationHandler.gotoCreateCar}"
actionListener="#{createHand...
Alkene asked 17/6, 2014 at 8:34
1
In JSF 2.0, the most obvious use-case for the view scope is a single page with potentially multiple AJAX post-backs. Using CDI instead of JSF managed beans leaves us without the view scope so we're...
Depressive asked 1/1, 2012 at 12:48
1
Solved
I have a JSF facelets page that displays a table of data depending on which page they are viewing. When I display page 1, I call the view() action method to get the data from the database for both ...
Beseem asked 17/10, 2011 at 0:52
1
© 2022 - 2024 — McMap. All rights reserved.