You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Pablo Vázquez Blázquez <pv...@denodo.com> on 2008/11/17 09:42:00 UTC

Problem customizing dojo

Hi all!

I have followed the instructions in 
http://cwiki.apache.org/S2WIKI/creating-a-custom-dojo-profile-for-struts-20x.html, 
with a dojo-0.4.3 release. Now, my "s:datetime" tags don´t work, neither 
the images of a tabbedpannel are loaded. Any idea?

Thanks.

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org


Re: Problem customizing dojo

Posted by Jeromy Evans <je...@blueskyminds.com.au>.
Pablo Vázquez Blázquez wrote:
> Hi all!
>
> I have followed the instructions in 
> http://cwiki.apache.org/S2WIKI/creating-a-custom-dojo-profile-for-struts-20x.html, 
> with a dojo-0.4.3 release. Now, my "s:datetime" tags don´t work, 
> neither the images of a tabbedpannel are loaded. Any idea?
>
> Thanks.

If the datetime tags don't work, you're probably missing the "nls" 
directory that contains the locale-dependent information created by dojo.
If the images are missing, you probably forgot to copy something out to 
your static path. 

Your directory structure must match step 6.  Firebug will tell you what 
its looking for and where they should be.

There struts tags in 2.0.9(ish) are for dojo 4.0.0, not 4.0.3, so there 
may be some API conflicts that you simply cannot work-around.


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org