[jboss-user] [JBoss Portal] - Re: Hyperlink not working from CMS html page to another CMS

cavani do-not-reply at jboss.com
Tue Jun 24 19:36:58 EDT 2008


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



More information about the jboss-user mailing list