On Mon, Jun 27, 2011 at 11:51 AM, July <gsun...@gmail.com> wrote:

> I have a GWT project(called A), i'd like to package it as a jar and reuse
> it in my another project(called B). Everything almost fine except that my
> another project seem don't know the in Uibinder:
>
> in project A:
>
> <ui:image field="createButton" src="../../style/images/createButton.png" />
> ...
> <g:Button styleName='{style.createButton}' 
> ui:field='newButton'>Create</g:Button>
>
> When project B started and init this uibinder, error occurs:
>
>           [ERROR] [project] - Resource ../../style/images/createButton.png
>
> not found. Is the name specified as Class.getResource() would expect?
>
> Anyone could help me with this? Many thanks!
>
>
> this problem also posted in stackoverflow:
>
>
> http://stackoverflow.com/questions/6491061/gwt-uibinder-could-not-recognized-image-from-dependent-jar
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google Web Toolkit" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/google-web-toolkit/-/oiseDsJCwHYJ.
> To post to this group, send email to google-web-toolkit@googlegroups.com.
> To unsubscribe from this group, send email to
> google-web-toolkit+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/google-web-toolkit?hl=en.
>



-- 

-----------------------------------------
salaam
plz input image in web content in applacation and remove path



src="../../style/images/createButton.png


src=images/nameimage
and images this folder inside webcontent


*Regard: Mohamed salah hasan
Mobile :+20106594094
tel     :+2024460320*

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to