Results 1 to 3 of 3
Thread: JSF Error.
- 08-13-2011, 10:52 AM #1
Member
- Join Date
- May 2011
- Posts
- 35
- Rep Power
- 0
JSF Error.
Hi all,
I faced the error below while running the page
http://127.0.0.1:8082/basics/start-page.jsf
javax.faces.FacesException: #{Navigator.choosePage}: javax.el.PropertyNotFoundException: /start-page.xhtml @22,54 action="#{Navigator.choosePage}": Target Unreachable, identifier 'Navigator' resolved to null
Can I know what does this mean?
Please download the source from http://www.coreservlets.com/JSF-Tuto...ode/basics.zip if you want.
- 05-31-2012, 06:39 AM #2
Member
- Join Date
- Mar 2012
- Posts
- 41
- Rep Power
- 0
Re: JSF Error.
The bean you named "Navigator" for an ID in your faces-conig.xml that was using the bean method getChoosePage() , either the property(variable name) is not found declared or instantiated in your backing bean class file , but more likely your faces-config.xml declaration ID does not point correctly to the packaged class the ID "Navigator" should be pointing to in that configuration.
- 05-31-2012, 07:48 AM #3
Member
- Join Date
- Mar 2012
- Posts
- 41
- Rep Power
- 0
Re: JSF Error.
And having had a look at the zip
start-page.xhtml should be start-page.jsf
but at this point is the least of its worries, it has to import the correct JSF jar libraries into the JSF page
with JSF page call declarations at the top of the page for the namespaces of the JSF markup elements.
Similar Threads
-
java out of memory error-heap space error
By elsanthosh in forum NetBeansReplies: 4Last Post: 06-15-2010, 09:31 AM -
> Operator cannot be applied error and return incompatible types error
By corney_16 in forum New To JavaReplies: 1Last Post: 03-10-2010, 01:53 PM -
Thread: Error 500--Internal Server Error java.lang.NullPointerException
By jackdear44 in forum New To JavaReplies: 1Last Post: 12-05-2009, 07:28 AM -
java.lang.Error: Error opening DSound for capture
By NARs in forum NetworkingReplies: 1Last Post: 10-26-2009, 04:38 PM -
Diference Between compiler error Garbage collection and Runtime Error?
By makpandian in forum New To JavaReplies: 3Last Post: 01-23-2009, 08:53 AM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks