in my sxl doc I have this [...] <xsl aram name="action"/> [...] <xsl:when test="$action=list"> <xsl:call-template name="list"/> </xsl:when> <xsl therwise> <xsl:call-template name="welcome"/> </xsl therwise> </xsl:choose>
If i use request.getParameter("action") fro my jsp file, the result is "list". But the xsl:when test wont be true...