Addons:
I am using a Jestspeed 1.6 with fusion.
I am a try building JSF based portlet for master-detail tables.
Necessary, that after click on the button (or link) the new window with
details opened. Without any portal's elements - as Print mode.
If I use a next method:
<h:commandLink id="clnkShowReport"
target="_blank"
action="reportbody"
value="Show report"/>
then I getted a new window, but with full portal's elements (Logo, menu,
...)
If I use another method:
<h:outputLink id="olnkShowReport"
target="_blank"
value="#{facesContext.externalContext.requestContextPath}/eqreport_body.jsf">
<f:verbatim>Show report</f:verbatim>
</h:outputLink>
then I getting a Error:
javax.faces.FacesException: Unsupported context type
org.apache.catalina.core.ApplicationContextFacade
org.apache.portals.bridges.jsf.FacesContextFactoryImpl.getFacesContext(FacesContextFactoryImpl.java:58)
javax.faces.webapp.FacesServlet.service(FacesServlet.java:100)
In JSP-portlets there is a full access to all set of Jetspeed's functions.
But JSF-Portlets - is BLACK BOX. %(
I cannot find access to jetspeed functions - all is limited a Pluto
"sandbox" and Portlet-JSR 168 API.
And this API do not allow to operate modes of construction of the target
(out) screen from templates, change templates, ets.
Any body know there I can find a docs, manual for work with JSF-Portlets
& Jetspeed?
Vladimir
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]