How would you want this rediection to work ?
Do you want to always redirect to the same page ? or depending on the
submit action ?
Niko
Niko
On 5/5/08, hicham...@gmail.com <hicham...@gmail.com> wrote:
>
The original source code would be there:
http://tempo.intalio.org/tempo/trunk/xforms-manager/src/main/webapp/WEB-INF/workflow/formManager/act.xpl
and the lines you would want:
<!-- Display after submit done,
waiting for reply -->
<xforms:case id="refresh-all">
<xsl:if
test="doc('input:xpl-input')/task/reloadTaskList">
<xhtml:html>
<xhtml:body
onLoad="window.open('../../ui-fw/tasks.htm', '_parent')">
<xhtml:center>Wait for
refresh please...</xhtml:center>
<xhtml:center>
<xhtml:img
src="/images/loading.gif" alt="..."/>
</xhtml:center>
</xhtml:body>
</xhtml:html>
</xsl:if>
</xforms:case>
Would that suits your needs?
Niko
On 5/5/08, hicham...@gmail.com <hicham...@gmail.com> wrote:
>