aspose file tools
The moose likes JSF and the fly likes Facelet error Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » JSF
Reply Bookmark "Facelet error" Watch "Facelet error" New topic
Author

Facelet error

Usera User
Greenhorn

Joined: Jul 13, 2005
Posts: 21
I have a starting page index.jsp as follow

<jsp:forward page="/index.xhtml"/>

When I run the page the following exception is thrown:

2008/7/3 Afternoon 11:01:24 com.sun.facelets.FaceletViewHandler handleRenderException
Severe: Error Rendering View[/index.jsp]
com.sun.facelets.FaceletException: Error Parsing /index.jsp: Error Traced[line: 1] The prefix "jsp" for element "jsp:forward" is not bound.
at com.sun.facelets.compiler.SAXCompiler.doCompile(SAXCompiler.java:234)


Dose it mean that when we are using facelets, we cannot use the simple jsp syntax?
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Facelet error
 
Similar Threads
Form Variables
Restrict JSP Page
Cannot find bean in any scope
URL "protected"
Exception while using JSF Facelets "jsp:forward is not bound."