Thomas Andraschko

Results 61 issues of Thomas Andraschko

its dangerous...

bug

isn't it possible to use the attribute map there? Otherwise -> cache method

enhancement
documentation

Currently it's ViewScoped and therefore ALL translations will be in the viewstate if you have many translations, the viewstate will be really big...

enhancement

possible solutions: 1) check if there is really no API-based way 2) provide a implementation for mojarra/myfaces in own maven modules 3) cache the constructor

enhancement

You always get the FC via FacesContext.getCurrentInstance() Its just a small improvement but 10 small improvents = 1 big improvement ;)

enhancement

Currently you have 2 possible solutions (and maybe more?) to use a DataTable: 1) value binding to a `List` 2) value binding to a `LazyDataModel` in 1) sorting and filtering...

new feature

2.1 is there since 2010 and Mojarra should be stable enough now.

new feature

Currently we have following attributes to define selection and modes: **p:dataTable** `selectionMode=single | multiple` - defines the selection mode, without rendering checkbox/radiobuttons `rowSelectMode=new | add | checkbox` - defines how...

new feature

Currently its done in FilterFeature, which calls SortFeature and vice versa. I think we should only decode the state there and load/sort/filter data before rendering.

new feature