getter « PrimeFaces « JSF Q&A





1. Cancel button call setter getter method in jsf    stackoverflow.com

I have a screen and there are 2 buttons-Accept and Cancel where user can Acept the value or cancel the value.

<div align="center">
    <p:commandButton id="cmdAccept" value="#{label.accept}" action="acceptChange"
   ...

2. f:ajax and inputs inside ui:repeat - why aren't getters called?    stackoverflow.com

I'm having trouble understanding why my getters aren't being called when I expect them inside a ui:repeat. I'm using Glassfish 3.1.1 / Mojarra 2.1.3. The code below will render a table ...

3. AjaxSource only getter?    forum.primefaces.org

Dear PrimeFaces team, AjaxSource interface has only getter. Why? All components implementing AjaxSource have corresponding setter as well. I have a use case where I need to set "process" attribute programmatically. ...

4. Is this a good practice for loading data list through getter    forum.primefaces.org

Thank you Primus for your suggestions. In a case when we use a list with datatable, it is a getter method and to ensure latest data we have to make database ...

5. tree selection: setter but no getter is used    forum.primefaces.org

Hi, with the tree property selection it is possible to store an array of tree nodes. I realized that the setter is used but not the getter. The getter is helpful ...

6. Tree selection getter    forum.primefaces.org

7. request parameter setter (not getter!) called multiple times    forum.primefaces.org

perioddetail ...