[
http://jira.jboss.com/jira/browse/JBFORUMS-266?page=all ]
Luca Stancapiano reassigned JBFORUMS-266:
-----------------------------------------
Assignee: Luca Stancapiano (was: Ryszard Kozmik)
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: Luca Stancapiano
Fix For: 1.0.1 RC, 1.1.0 Alpha
Attachments: forums.zip
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