Changeset 6059

Show
Ignore:
Timestamp:
11/14/11 15:00:35 (6 months ago)
Author:
mtld
Message:

send sendingdata if pfx:command is set, even though no pfx:argument is used

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/pustefix-core/src/main/resources/PUSTEFIX-INF/xsl/navigation.xsl

    r6050 r6059  
    266266      <xsl:if test="not($frame_impl='')">__frame=<xsl:value-of select="$frame_impl"/></xsl:if> 
    267267      <ixsl:if test="not($__lf = '') and pfx:__needsLastFlow({$mypage},$__lf)">&amp;__lf=<ixsl:value-of select="$__lf"/></ixsl:if> 
    268       <xsl:if test="$args and not($nodata) and not($startwithflow = 'true')">&amp;__sendingdata=1</xsl:if> 
     268      <xsl:if test="($args or $cmds) and not($nodata) and not($startwithflow = 'true')">&amp;__sendingdata=1</xsl:if> 
    269269      <xsl:for-each select="$args">&amp;<xsl:value-of select="./@name"/>=<ixsl:call-template name="__enc"><ixsl:with-param name="in"><xsl:apply-templates select="./node()"/></ixsl:with-param></ixsl:call-template></xsl:for-each> 
    270270      <xsl:if test="$jumptopage">&amp;__jumptopage=<xsl:value-of select="$jumptopage"/></xsl:if>