I had this problem and found a dirty fix:
edit file:
jboss-portal.sar/portal-cms.sar/portal-cms.war/WEB-INF/jsp/cms/admin/edit.jsp
replace:
| relative_urls : "true",
| document_base_url : "<%= sDocBase %>",
|
by:
| convert_urls : "false",
| relative_urls : "true",
| // document_base_url : "<%= sDocBase %>",
|
Thanks,
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4160394#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...