| Author |
Exception while using JSF Facelets "jsp:forward is not bound."
|
Suchit Bhalerao
Greenhorn
Joined: Sep 14, 2010
Posts: 1
|
|
[size=12]hi,
While trying to run a new demo project in eclipse galileo 3.5 using jdk 1.6, jsf 1.2 and IceFaces 1.8.2
I am getting the following exception.(Putting some part of full stack trace)
Sep 14, 2010 11:55:11 AM com.icesoft.faces.facelets.D2DFaceletViewHandler renderResponse
SEVERE: Problem in renderResponse: Error Parsing /index.jsp: Error Traced[line: 4] The prefix "jsp" for element "jsp:forward" is not bound.
com.sun.facelets.FaceletException: Error Parsing /index.jsp: Error Traced[line: 4] The prefix "jsp" for element "jsp:forward" is not bound.
at com.sun.facelets.compiler.SAXCompiler.doCompile(SAXCompiler.java:239)
My index.jsp page contains following code.( Full code)
which is getting forwarded to ICEfacesPage1.xhtml
What could be the possible solution.
Thanks.
[/size]
|
 |
Adrian Mitev
Greenhorn
Joined: Sep 15, 2010
Posts: 10
|
|
Better use a forward html meta tag like this
|
 |
 |
|
|
subject: Exception while using JSF Facelets "jsp:forward is not bound."
|
|
|