You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Dudu <ed...@yahoo.com.br> on 2006/09/11 15:19:05 UTC

Managed bean always is null running on jetty

I have a jsf application.
When I run my app on eclipse or other ide, it runs ok, but when I do
jetty:run, no errors is happen, but in parts of code that I get the managed
bean using ValueBinding objects, the valueBinding always return nullPointer
exception, but this behavior is happening only on jetty.
And to run in eclipse, I do eclipse:eclipse to libraries be the same.
Any idea? thanks all!