Hi.<br>Someone know how can I configure closelink  and backlink parameters of fckeditor from direct edit?<br><br>I have a .jsp that receive a parameter that is the name of the resource I want to show: detail.jsp?product=0001.html<br>
This jsp show the content of 0001.html resource.<br><br>When I try to direct edit de resource, fckeditor show me the resource fine, but when I press save or close buttons it redirect to detail.jsp without the parameter product=0001.html, so it doesn't show the resource.<br>
<br>This is url of fckeditor close button:<br><a href="http://localhost:8080/opencms/opencms/system/workplace/editors/xmlcontent/editor_buttons.jsp">http://localhost:8080/opencms/opencms/system/workplace/editors/xmlcontent/editor_buttons.jsp</a>?<br>
action=show<br>&elementlanguage=es<br>&editortitle=<br>&backlink=%2Fdetail.jsp<br>&resource=%2F0001.html<br>&deletelink=%2Fopencms%2Fopencms%2Fsystem%2Fworkplace%2Fcommons%2Fdelete.jsp<br>&closelink=%2Fdetail.jsp<br>
&redirect=true<br>&directedit=true<br>&elementname=null<br>&newlink=#<br><br>Thanks.<br><br>