so i have a form on a page that grabs from the usergenerated content, the url for such a page is:
/content/usergenerated/content/testpage/1382123150641_user_1.form.html/content/testpage/view
I want to redirect to the editing version of the form so i set up a hidden field with element name :redirect and value
${slingRequest.requestURI}.form.html/content/testpage/edit
In previous versions of 5.4 this would actually grab the url but in 5.6.1 it only gives the suffix "/content/testpage/view". anyone else finding a problem on getting the true resource path?