• 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

RichFace -> f:view is not a registered tag in that namespace.

 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi, I'm so happy to get to know the RichFaces which have AJAX features.

So I tried the simple "Greeter" application base on-> http://docs.jboss.org/richfaces/latest_3_3_X/en/devguide/pdf/richfaces_reference.pdf
When I created and run the index page, my IDE (JDeveloper 10.1.3) alerted below errors:

Error(4): java.io.EOFException: Unexpected end of ZLIB input stream
Error(19): f:view is not a registered tag in that namespace.


Kindly advise.


WenXin
 
Ranch Hand
Posts: 177
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Make sure you have the correct JSF libraries in your project.
 
wen xin ni
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Yes, I have all the libraries as per requested.

A JSF application with RichFaces assumes that the following JARs are available in
the project: commons-beanutils-1.7.0.jar, commons-collections-3.2.jar, commonsdigester-
1.8.jar, commons-logging-1.0.4.jar, jhighlight-1.0.jar
reply
    Bookmark Topic Watch Topic
  • New Topic