Kiran Kodandoor

Greenhorn
+ Follow
since Sep 07, 2009
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Kiran Kodandoor

Hi Vadim,

Looks like you got richfaces working! Which application server you are using?

Thanks,
Kiran
14 years ago
JSF
Hi Drazen,

Thanks for quick reply !
We were able to get out of the classloading issue. We have overridden the WAS classloading strategy.
Even then i face the strage issue.

If you are interested to see my issue, and provide me some help, please see this posting on this forum:

https://coderanch.com/t/461551/JSF/java/with-RichFaces-Calendar-control

Thanks,
Kiran
14 years ago
JSF
Hi,

Have anyone used the below combination and got the things working?

Seam 2.0.1.GA
Richfaces 3.2.0.GA
Websphere 6.1
Facelets 1.1.14
JSF 1.2

If yes, please let me know. I am facing a problem and i need some help

Thanks,
Kiran
14 years ago
JSF
You can also use

the seam taglib. This doesn't have the bug that JSF tag has. If you use this taglib you needn't specify the default timezone.
14 years ago
JSF
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
14 years ago
JSF