mercredi 8 avril 2015

Primefaces LazyDataModel and filters


Vote count:

0




Sorry for my english. I have TireDTO class:



public class TireDTO {
public int fromPrice;
public int toPrice;

//get and set
}


And a form:



<h:inputText id="fromPrice" value="#{tireMB.tireDTO.fromPrice}"/>
<h:inputText id="toPrice" value="#{tireMB.tireDTO.toPrice}"/>


I want to use the form with primefaces dataTable and LazyDataModel for pagination.


Can I send TireDTO instead of Map<String, Object> filters?



asked 34 secs ago







Primefaces LazyDataModel and filters

Aucun commentaire:

Enregistrer un commentaire