-
Sub-task
-
Resolution: Done
-
Major
-
2.0.0.Final
-
None
When generating a JSF app, the error.xhtml page defines the image as follow :
src="#\{resource\['jboss-community.png']}"
This doesn't work and should be
src="#{resource['jboss-community.png']}"