Ticket #105 (closed defect: fixed)

Opened 6 months ago

Last modified 6 months ago

Form action attribute value not correct

Reported by: mikey Assigned to: mikey
Priority: blocker Milestone: 0.4.0
Component: XML/XSL view engine Version: SVN-trunk
Keywords: Cc:

Description

The action attribute of the generated form tag is not correct if generated with <stub:form>:

<stub:form send-to-page="shop"/>

Actual result:

<form action="shop" method="post">

Expected result:

<form action="http://meinedomain.de/xml/shop" method="post">

Change History

11/27/07 11:09:20 changed by mikey

  • owner changed from nsteiner to mikey.

11/27/07 11:09:31 changed by mikey

  • status changed from new to closed.
  • resolution set to fixed.

Fixed with changeset 1073. 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.