You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-user@portals.apache.org by nick the mytilian <at...@csd.uoc.gr> on 2003/10/06 21:58:02 UTC

XSL Portlet Problem?

Hello,

I am working with jetspeed 1.3 and i try to add a XSL portlet in my
application, but i cannot understand why it does not work.

I just add the following in my demo-portlets.xreg file:

<portlet-entry name="XSLTDemo" hidden="false" type="ref" parent="XSL"
application="false">
        <meta-info>
            <title>XSLT Demo</title>
            <description>Example of using XSLT Portlet</description>
        </meta-info>
        <url>/xml/result3.xml</url>
        <media-type ref="html"/>
        <parameter name="stylesheet.text/html"
value="/xsl/recursive_stylesheet.xsl" hidden="false"/>
        <category>xslt</category>
    </portlet-entry>

This change is done, when tomcat is down.
Then, i write ant install, start tomcat, but when i click on the
customizer to add the new portlet, there is no entry for the xsl portlet.

I have not added anything in any other file.

And i also see, that in the demo-portlets.xreg file under tomcat
($TOMCAT_HOME/webapps/jetspeed/WEB_INF/conf/demo-portlets.xreg) the new
changes are NOT stored, although the installing is done succsfully.

Please, does anyone have an idea of what could be wrong?

Do i have to change anything else?

I really thank you in advance!

Nikos.


---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jetspeed-user-help@jakarta.apache.org