Can you send you code? There must be something else going on as a
result of your refactoring because package location of classes does
not matter to JSF.
Richard
Sent from my iPhone
On May 31, 2009, at 12:12 AM, Dvora <[email protected]> wrote:
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.