how to redirect a workfow to another page after it initiated through a post in a form html?
have isn't work...
<form action="/etc/workflow/instances" method="post" enctype="multipart/form-data">
<input type="hidden" name="_charset_" value="utf-8"/>
<input type="hidden" name="model" value="/etc/workflow/models/buy-album/jcr:content/model"/>
<input type="hidden" name="payload" value="${currentalbum.currentnodepath}"/>
<input type="hidden" name="payloadtype" value="jcr_path"/>
<input type="hidden" name=":redirect" value="/content/discostore/en/homepage/discdetailpage/californication_red_hot.html" />
<input type="submit"/>
</form>
More discussions in Archived Spaces
adobe
Comments
Post a Comment