You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by Ma...@swisscom.com on 2003/07/07 10:11:49 UTC

XSP Request-param through sunrise portal

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: users-unsubscribe@cocoon.apache.org
For additional commands, e-mail: users-help@cocoon.apache.org