• 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:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Jeanne Boyarsky
  • Ron McLeod
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

Problem with RichFaces Calendar control

 
Greenhorn
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I am using Seam 2.0.1GA , RichFaces 3.2.0GA, JSF 1.2 and Facelets 1.1.14 on Wepsphere 6.1.

I am trying to get the richfaces calendar control on one of my JSF pages. Unfortunately i am not able to get there. I do see it on UI, but while loading the page, it throws a JS error : 'Calendar' is undefined.

Also in the backend ( in server logs) it throws this exception:

org.ajax4jsf.resource.ResourceNotFoundException: Resource not registered : /org/richfaces/ui.pack.js.seam

and

org.ajax4jsf.resource.ResourceNotFoundException: Resource not registered : /org/ajax4jsf/framework.pack.js.seam

I have gone through the user guide and added relevant entries.

This is what i have in my web.xml




This is how I use the calendar control in the JSF page:



These are the lib's i have in my WEB-INF/lib:

commons-beanutils-1.7.0.jar
commons-digester-1.8.jar
jboss-seam-debug-2.0.1.GA.jar
jboss-seam-ui-2.0.1.GA.jar
jsf-facelets-1.1.14.jar
richfaces-api-3.2.0.GA.jar
richfaces-impl-3.2.0.GA.jar
richfaces-ui-3.2.0.GA.jar


Can anyone please help me to overcome this error?

Thanks in advance,

- Kiran
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic