aspose file tools
The moose likes Portals and Portlets and the fly likes Javascript in JSF portlets(IBM Websphere portals) Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Portals and Portlets
Reply Bookmark "Javascript in JSF portlets(IBM Websphere portals)" Watch "Javascript in JSF portlets(IBM Websphere portals)" New topic
Author

Javascript in JSF portlets(IBM Websphere portals)

pulijala hari
Ranch Hand

Joined: May 14, 2005
Posts: 70
Hi,

Can anybody share some tutorials as how to use Javascript in JSF portlets in IBM Websphere portals.

Thanks
Jimmy Ho
Ranch Hand

Joined: Jul 31, 2007
Posts: 56
I've tried hacking JavaScript inside a JSR-168 portlet running on WebSphere Portal, and I was never successful. I was using Rational Application Developer 6.0, using their JSF/portlet libraries, which have a lot of nifty JavaScript built-in.

I would first find a good book (like Core JavaServer Faces by Geary) that describes how you can properly name HTML elements generated by JSF libraries, and then account for the fact that they need to be namespace-encoded. The namespace-encoding can really throw people, but if you throw some JSF stuff on the page, and View Source, that may help you.

In general the JSF documentation for WebSphere Portal is very sparse. On the plus side, the integration with Portal is quite elegant, and works in a very straightforward way.

Good luck,
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Javascript in JSF portlets(IBM Websphere portals)
 
Similar Threads
Exclusion of themes from a jsp based on Struts
technology for matrimonial portal
Cert Exam for JSF, Portlet/Portal
Unit Test Tool for JSF Portlets in websphere portal5.1
What is portlets?