Hello,
I have the default sunrise portal. 
In the login pipeline I added a XSP-page between the Login page
(login.xml) and the sunrise-user.xsl.


In the surise-user.xml I have the following code and this parameter
works fine.
        <xsl:param name="name"/> 


But in But in my XSP page I cannot request the "name" field from
login.xml. The code is :
        <xsp:logic>
              String myUser = request.getParameter("name"); 
        </xsp:logic> 

thanks for any help.

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

Reply via email to