Hi Guys,
I am using Jetspeed 2, Apache Tomcat 5.5.12, jdk1.5 and Myfaces.
I am displaying my JSF pages as jsps in the portlets rendered using the
portlet.xml and psml pages. The problem that I am facing is as follows :-
I have only one portal, which renders almost static pages developed using
JSF. I am using anchoring in my JSF page (using the <f:verbatim> tag), since
the page length is long due to contents of the page. The purpose of
anchoring in the page is to provide user with easy scrolling up and down the
page using anchor names. But when I log in using the j2admin interface, for
the first time when the portlet renders the page . at that time the
anchoring works perfectly well ! .i.e., user can scroll up and down the page
using anchors. But the moment I refresh the page, by navigating to some
other page (using navigation rules of jsf in faces-config.xml) or to some
other tab and come back to the same previous page,... then from that moment
onwards ..the anchoring does not work! If I click on some link to scroll
down the page for a particular section, then the page layout distorts and
anymore refresh on the page gives Portlet Exception showing STREAM CLOSED in
the tomcat console. However, this is not the problem if I use the a pure
HTML page.
Guys, can any one please tell me how I can solve the problem ? I cannot use
pure HTML pages in my portal application. I have to use JSF :-( Please guys
..Help me !!!
Many thanks in advance !
Thanks and Regards,
Omkar Patkar