Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Web CMS (TeamSite)
newform and done_page error
patrickm
Hi all,
I've been implementing the following customisation on the ui_custom.xml file.
<iwov-insert-after id="iw.ccpro.create_form.link">
<ink id="new.ccpro.vpreview.action-list.createchild"
label="Create Child Page"
description="Something"
url="/newform"
>
<urlParam id="iw_tdt" value="/intranet/standard"/>
</link>
</iwov-insert-after>
Standard stuff and works fine, apart from the done page. You'll see from the above I've using the /newform UI command. By default the done_page is set to the same page from where I initiated the call. Fine. In code I see the done_page set as:
<input type="hidden" name="done_page" value="/command/iw.group.sce_done?vpath=...."/>
I've removed the vpath in the above. However, when followed, this is not redirecting me to /iw-cc/command/iw.group.sce_done, I'm getting this path appending onto my existing vpath as follows:
/iw-mount/default/.../WORKAREA/maintenance/htdocs/command/iw.group.sce_done?vpath=//../cross_border.xm
Again, to clean up space, I've removed most of the vpaths above. Does anyone know why this is happening? Do I need to catch this in a proxy rule?
Note however, if I use /command/iw.ccpro.create_form as my url command, instead of newform, the done_page works perfect!
Find more posts tagged with
Comments
There are no comments yet