I am trying to incorporate a jsp into a portlet, I just got the latest cvs.
I have read alot of archived mail, some say to implement webPagePortlet
others say implement JSP.
With the new jsp funcionality in this cvs how should jsps be implemented?
//like this?
<portlet-entry name="myjsp" hidden="false" type="ref" parent="JSP"
application="false">
<classname>/myjsp.jsp</classname>
//or this?
<portlet-entry name="myjsp" hidden="false" type="ref"
parent="WebPagePortlet" application="false">
<classname>/myjsp.jsp</classname>
//or ?
Thanks! Graham
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]