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