[jboss-jira] [JBoss JIRA] Created: (JBFORUMS-266) static context path into forums
Luca Stancapiano (JIRA)
jira-events at lists.jboss.org
Fri Nov 23 18:21:19 EST 2007
static context path into forums
-------------------------------
Key: JBFORUMS-266
URL: http://jira.jboss.com/jira/browse/JBFORUMS-266
Project: JBoss Forums
Issue Type: Bug
Components: Forum View Layer
Affects Versions: 1.1.0 RC
Reporter: Luca Stancapiano
Assigned To: Ryszard Kozmik
Fix For: 1.1.0 GA
in some codes there is hard coded '/portal-forums' ....if someone need to change context path, he could to get graphic problems and not to see several graphic features. I modified:
forums/src/main/org/jboss/portlet/forums/properties/TCCLXProperties.java : 82
JSFUtil.getContextPath() + "/" + ForumsConstants.THEMENAME + "/" + entry.getValue());
forums/src/resources/portal-forums-war/views/topics/attachmentsview.xhtml : 52
<h:outputLink value="#{forums:contextPath()}/downloadAttachment">
forums/src/resources/portal-forums-war/views/topics/attachmentsview.xhtml : 87
<h:outputLink value="#{forums:contextPath()}/downloadAttachment" styleClass="genmed">
forums/src/resources/portal-forums-war/views/common/common.xhtml : 39
href='#{forums:contextPath()}/default_graphics/forums_styles.css'
/forums/src/resources/portal-forums-war/views/common/common_noMenu.xhtml : 36
href='#{forums:contextPath()}/default_graphics/forums_styles.css'
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list