MyEclipse Forums
Post new topic   Reply to topic
View previous topic Printable version Log in to check your private messages View next topic
Author Message
cgennari
Post subject: validation error on graphicImage and library attribute  PostPosted: Jul 27, 2012 - 03:44 PM
Registered Member
Registered Member


Joined: Mar 14, 2006
Posts: 13

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
 
 View user's profile Send private message Visit poster's website  
Reply with quote Back to top
cgennari
Post subject:   PostPosted: Jul 28, 2012 - 10:03 AM
Registered Member
Registered Member


Joined: Mar 14, 2006
Posts: 13

I upgraded MyEclipse to 10.6 and validations errors desapeared!
Great !
 
 View user's profile Send private message Visit poster's website  
Reply with quote Back to top
support-swapna
Post subject:   PostPosted: Jul 30, 2012 - 05:37 AM



Joined: Nov 11, 2010
Posts: 2193

cgennari,

Glad that it is working.
Do let us know if you see any issues.

_________________
Swapna
MyEclipse Support
 
 View user's profile Send private message  
Reply with quote Back to top
Display posts from previous:     
Jump to:  
All times are GMT - 6 Hours
Post new topic   Reply to topic
View previous topic Printable version Log in to check your private messages View next topic
Powered by PNphpBB2 © 2003-2004 The PNphpBB Group
Credits