MyEclipse: validation error on graphicImage and library attribute

cgennari - Jul 27, 2012 - 03:44 PM
Post subject: validation error on graphicImage and library attribute
Hi all
In JSF 2.0 project (jsf-api/impl 2.1.7) I get a validation erron if I use h:graphicImage with
Quote:
name
and
Quote:
library
attributes
So if I write:
Code:

    <h:graphicImage id="logoAppl" name="Appl.png"  library="mylibrary" />

it tell me: "unknown attribute name" "unknown attribute library"
Note: the rendering on web site work fine.
So I had to rewrite it this more clumsy way to avoid validation errors on JSF views
Code:

  <h:graphicImage value="#{resource['mylibrary:Appl.png']}" />

Is there a way to correct it.
Thanks in advance for any help
cgennari - Jul 28, 2012 - 10:03 AM
Post subject:
I upgraded MyEclipse to 10.6 and validations errors desapeared!
Great !
support-swapna - Jul 30, 2012 - 05:37 AM
Post subject:
cgennari,

Glad that it is working.
Do let us know if you see any issues.
All times are GMT - 6 Hours
Powered by PNphpBB2 © 2003-2004 The PNphpBB Group
Credits