> I am not aware of the Portlet bridge.I am not using any. > Do I have to use some portlet-bridge.jar to make Tomahawk > compatible with Websphere Portlets.
No, portlet bridge is not required. It's a tool that would allow for an existing JSF app to be integrated into a portal w/o code mods, but if you're like me you're generating JSR-128 compatible portlets so the bridge is not required. I think your question has less to do with portal compatibility and more to do with tomahawk on top of the JSF RI, but without details of what the problem is it's hard to say for sure. I can tell you that I'm successfully building JSR 168 portlets using myfaces, tomahawk, and facelets within Liferay. There's nothing Liferay-specific in the code, just some additional xml config files used by Liferay. Unless WS portal is that different, I'd have to assume that they would be compatible there as well.

