Hi,

My GWT application : MyApplication. In /war directory, I have
MyApplication.css.
In UiBinder I wanna refer to /war/MyApplication.css.
With something like :
MyWidget.ui.xml-------------------------
<ui:UiBinder ...>
  <ui:style src="/path-to-war/MyApplication.css" />
--------------------------------------------------
I try different 'path-to-war' value (like ../../../../war/
MyApplication.css or MyApplication/war/MyApplication.css, etc). But no
way to reach MyApplication.css. So which path-to-war value should I
use ?

Thanx 4 your help,
GĂ©rald.

-- 
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-tool...@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