Hello all, I'm new to JSF, and i'm studying mainly by looking code examples. One of the examples I'm learning now is http://balusc.blogspot.com/2008/10/effective-datatable-paging-and-sorting.html. Everything is working (so far so cool), but, if I refactor the DTO MyData to be sit in other package than the backing bean, then commandButtons not always working (i.e. no data refreshed on the jsf page and breakpoints on the backing bean are never reached). Is this behaviour expected? Where should I tell JSF about other packages I'm using?
Thanks for any help! -- View this message in context: http://www.nabble.com/Packaging-issues-tp23800484p23800484.html Sent from the MyFaces - Users mailing list archive at Nabble.com.

