Antonio Goncalves created FORGE-1533:
----------------------------------------
Summary: 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
Fix For: 2.x Future
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