Hi Renaud,

thanks for your answer.

You might want to copy  lenya-1.2.x/src/webapp/lenya/xslt/ac/login.xsl
to $yourPub/lenya/xslt/ac/
and modify this file to your needs.

I did already, and "my-pub-login"-site works like I want. But I had to put in some pathes hardcoded, because I wasn't able to pass a parameter to the $myPub/lenya/xslt/util/page2xhtml.xsl

That's how the fallback-mechanism works (see
lenya-1.2.x/src/webapp/sitemap.xmap line 474 for more).

Even if I'm not yet fully understanding the fallback-mechanism, I've added in these transformers my parameter, but it didn't work.

     <!-- Lenya GUI screen -->
     <map:match pattern="lenya-screen.xsl">
       <map:generate src="{fallback:xslt/util/page2xhtml.xsl}"/>
       <map:transform src="lenya/xslt/util/page2xslt.xsl">
<map:parameter name="contextprefix" value="{request:contextPath}"/>

         <map:parameter name="niceToHave" value="'But how to get'"/>

       </map:transform>
       <map:serialize type="xml"/>
     </map:match>

Shouldn't that work?

Thanks in advance...

Franz

_________________________________________________________________
So einfach geht das. MSN Toolbar mit Pop-up-Blocker. http://toolbar.msn.de/ Jetzt kostenlos downloaden und gut ist!


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to