Michael, I suggest you compare the HTML source that Jetspeed copped to the JGuru portlet with the source from a browser viewing JGuru directly. Also look at Jetspeed's error log. I expect you will find HTML that the WebPagePortlet is stripping. Some of the HTML can be included by changing parameter values. See the parameters section in http://jakarta.apache.org/jetspeed/site/portlet_config_WebPagePortlet.html
Paul Spencer Michael Griffith wrote: > Trying to expand on how the Javasoft portlet displays, I created an entry in > demo-portlets.xreg for jguru.com that looks like this: > > <portlet-entry name="JGuru" hidden="false" type="ref" > parent="WebPagePortlet" application="false"> > <meta-info> > <title>Java Guru</title> > <description>Java Guru</description> > </meta-info> > <parameter name="dont_remove_applet" value="yes" hidden="false"/> > <url>http://www.jguru.com/</url> > <category>sites.companies.sun</category> > </portlet-entry> > > The portlet displays in the list of entries, and even shows *some* html > sometimes -- most of the time it does not return anything... Am I missing > the point? > > TIA > > MG > > > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
