managedBean « PrimeFaces « JSF Q&A





1. How to redirect from a ManagedBean for when the request sent is an Ajax request?    stackoverflow.com

I am using PrimeFaces with JSF2. I am trying to authenticate user by sending login and password as an Ajax request. And in the action method of the backing bean, I ...

2. Primefaces @managedBean    stackoverflow.com

i am working with 3.0 M3 . when i declare my managed beans in faces-config.xml, it works perfectly, but when i try the same codes with annotations @Managed bean @Request Scoped, ...

3. call a js function after an managedbean action    forum.primefaces.org

I used simplecaptcha in a JSF form that validate captcha with a validator: Code: Facelet Title ...

4. Dyna Image cann't use ViewScoped managedBean    forum.primefaces.org

5. Dynamic DataTable in ManagedBean FilterBy and SortBy problem    forum.primefaces.org

Column col = (Column) application.createComponent(Column.COMPONENT_TYPE); col.setHeaderText(atr.getNombreVisible()); HtmlOutputText text = (HtmlOutputText) application.createComponent(HtmlOutputText.COMPONENT_TYPE); ValueExpression el = application.getExpressionFactory().createValueExpression(FacesContext.getCurrentInstance().getELContext(),"#{articulo.codigo}", String.class); text.setValueExpression("value", el); col.getChildren().add(text); col.setFilterBy(el); col.setSortBy(el); tabla.getChildren().add(col);

6. TImeonly doesnt work when date in managedbean has a value    forum.primefaces.org

21 Nov 2011, 20:57 by maxtorzito TImeonly doesnt work when date in managedbean has a value The timeonly dont display the popup choose time when the value property date in managedbean ...

7. [SOLVED] Problem with dataTable and ManagedBean    forum.primefaces.org

06 May 2010, 10:24 by jomaora [SOLVED] Problem with dataTable and ManagedBean Hello. Finally I could setup primefaces-2.0.1.jar in my JSF2.0 Projet. I could display and use the Calendar and the ...

8. ManagedBean Getter Methods will called multiple    forum.primefaces.org

Hi, i don't know if it is a Primfaces Problem but if i call an url the Getter methods are called multiple For Example: The getText() Method will ...

9. How to keep alive a ManagedBean between pages ?    forum.primefaces.org

22 Sep 2010, 01:18 by mariano.kocalka How to keep alive a ManagedBean between pages ? Hi Everyone, i was playing a little bit with prime faces 2m1; No matter with jsf2 ...





10. p:autocomplete :: Store selection Pojo ID in the ManagedBean    forum.primefaces.org

25 Feb 2011, 00:20 by marcioferlan p:autocomplete :: Store selection Pojo ID in the ManagedBean Hi everyone. First of all, in my first post, I'd like to congratulate you guys who ...

11. Set property in managedBean on page load    forum.primefaces.org

Maybe @PostConstruct or f:event is the right solution? for example: