Changeset 1073

Show
Ignore:
Timestamp:
11/27/07 11:07:48 (9 months ago)
Author:
mikey
Message:

fixed bug #105
However, this fix means it is currently not possible to use Stubbles with the XML/XSL view engine in a sub directory of the document root.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/main/resources/xsl/stub.xsl

    r1060 r1073  
    176176    <form> 
    177177      <xsl:attribute name="action"> 
     178        <xsl:text>/xml/</xsl:text> 
    178179        <xsl:choose> 
    179180          <xsl:when test="@send-to-page and not(@send-to-page = '')"> 
     
    181182          </xsl:when> 
    182183          <xsl:otherwise> 
    183             <xsl:value-of select="'home'"/> 
     184            <xsl:value-of select="$page"/> 
    184185          </xsl:otherwise> 
    185186        </xsl:choose>