Hi,
how to redirect to the original page which contains 'frames' ?
eg: I have the page A, from this I click a link called help, it goes to help pages.. from the help page
there is a previous href, on clicking this it should take us back to page A.
It is working fine if the page does not contain Frames, but if the page contains Frames, it is not loading it porperly..(ie not loading the complete page).
/***
<li>
<dsp:a href="../../help/helppageslinkscontainer.jsp" target="_top"><i18n:message key="help"/>
<dsp:param bean="/OriginatingRequest.requestURI" name="prepage" />
</dsp:a>
</li>
**//