[
https://issues.jboss.org/browse/FORGE-1533?page=com.atlassian.jira.plugin...
]
George Gastaldi closed FORGE-1533.
----------------------------------
Assignee: George Gastaldi
Fix Version/s: 2.0.1.Final
(was: 2.x Future)
Resolution: Done
error.xhtml page has invalid ressource path
-------------------------------------------
Key: FORGE-1533
URL:
https://issues.jboss.org/browse/FORGE-1533
Project: Forge
Issue Type: Sub-task
Components: Scaffold
Affects Versions: 2.0.0.Final
Reporter: Antonio Goncalves
Assignee: George Gastaldi
Fix For: 2.0.1.Final
When generating a JSF app, the error.xhtml page defines the image as follow :
{code}
src="#\{resource\['jboss-community.png']}"
{code}
This doesn't work and should be
{code}
src="#{resource['jboss-community.png']}"
{code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see:
http://www.atlassian.com/software/jira