Hi Lionel, We'll probably need more than that to go on. Can you paste in some code? A class or two and the JSP that demonstrates the problem would be very helpful.
The only time I've had problems with lazy loading was when I was trying to use entities that I had stored in the HttpSession on previous requests. Aaron Lionel wrote: > Hi, > > I get this Exception when I initialise a dropdown with a Proxied entity. > > ERROR EntityFormatter: 150 - The object passed in was not annotated with > @Entity or @MappedSuperclass! > java.lang.NullPointerException > at > net.sourceforge.stripes.tag.InputTagSupport.isItemSelected(InputTagSupport.java:218) > > > How can I avoid this ? > Thanks > > > > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's challenge > Build the coolest Linux based applications with Moblin SDK & win great prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > Stripes-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/stripes-users > > ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Stripes-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/stripes-users
