Jorg Heymans wrote:
Hi,
I have a form with a repeater accessed at say /forms/testForm. Now
when the user adds a row to the repeater, the url in the browser
addressbar becomes /forms/49q83pafvkyxvcma.continue
Any way to avoid this?
You can stick it into a hidden field if you wish. There's a special tag,
something like <ft:continuation-id/> that you can put into your
template. Then, in your sitemap, you can do something like:
<map:match pattern="*">
<map:match type="request-parameter" pattern="continuation-id">
<map:call continuation="{1}"/>
</map:match>
<map:call function="main">
<map:parameter name="next" value="{1}"/>
</map:call>
</map:match>
Sound reasonable?
Regards, Upayavira
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]