Hi
I've implemented a pipeline that adds some attributes to an XML
document. The XPL is associated with a page path in page-flow.xml.
Clicking the trigger submits the document but XML instance does not seem
to change. Have I missed something? Here are some elements from the form:
...
<xf:instance id="main">
<xi:include href="input:data"/>
</xf:instance>
...
<xf:submission id="my-submission" ref="instance('main')"
replace="instance" instance="main" method="post"
action="/myapp1/data-sample-xpl" />
...
<xf:trigger>
<xf:label>Test</xf:label>
<xf:action ev:event="DOMActivate">
<xf:setvalue ref="instance('main')/@action" value="'test'" />
<xf:send submission="my-submission"/>
</xf:action>
</xf:trigger>
...
/Ray
--
You receive this message as a subscriber of the
[hidden email] mailing list.
To unsubscribe: mailto:
[hidden email]
For general help: mailto:
[hidden email]?subject=help
OW2 mailing lists service home page:
http://www.ow2.org/wws