• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Exception while using JSF Facelets "jsp:forward is not bound."

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
[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]
 
Greenhorn
Posts: 10
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Better use a forward html meta tag like this

 
Not so fast naughty spawn! I want you to know about
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic