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#4160394

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4160394
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to