Re: templateCssPath does not work for images in a TabbedPanel

2007-04-03 Thread Musachy Barroso
yeah that's what I found also, thanks for the explanation Dave musachy On 4/3/07, Dave Newton <[EMAIL PROTECTED]> wrote: --- Musachy Barroso <[EMAIL PROTECTED]> wrote: > I'm not sure that is right, templateCssPath is used > all over the place, and I can't find anything > documenting it as depr

Re: templateCssPath does not work for images in a TabbedPanel

2007-04-03 Thread Dave Newton
--- Musachy Barroso <[EMAIL PROTECTED]> wrote: > I'm not sure that is right, templateCssPath is used > all over the place, and I can't find anything > documenting it as deprecated. I'm (a) not sure they *could* easily deprecate it at this point, (b) that's the only deprecation reference for it I

Re: templateCssPath does not work for images in a TabbedPanel

2007-04-03 Thread Musachy Barroso
Struts isn't really involved here, at the end it is html elements with styles, as long as the right style are applied to the right elements, and the image paths are right, it should work. Can you post a section of your css? regards musachy On 4/3/07, Felipe Rodrigues <[EMAIL PROTECTED]> wrote:

Re: templateCssPath does not work for images in a TabbedPanel

2007-04-03 Thread Musachy Barroso
I'm not sure that is right, templateCssPath is used all over the place, and I can't find anything documenting it as deprecated. musachy On 4/3/07, Felipe Rodrigues <[EMAIL PROTECTED]> wrote: The link: http://www.dojotoolkit.org/node/65 http://www.dojotoolkit.org/node/65 It is in the last line

Re: templateCssPath does not work for images in a TabbedPanel

2007-04-03 Thread Felipe Rodrigues
Yes, I tried this. But seems like struts gives preference to css inside the jar. But even if I remove the css inside the jar, it does not work and I got no images. Is there some way to take out the images files like the template dir, so we can just copy it to our web app root and chenge the images

Re: templateCssPath does not work for images in a TabbedPanel

2007-04-03 Thread Felipe Rodrigues
The link: http://www.dojotoolkit.org/node/65 http://www.dojotoolkit.org/node/65 It is in the last line of this page. Musachy Barroso wrote: > > That would be news for me, do you have a link? > > thanks > musachy > > On 4/3/07, Felipe Rodrigues <[EMAIL PROTECTED]> wrote: >> >> >> Reading th

Re: templateCssPath does not work for images in a TabbedPanel

2007-04-03 Thread Musachy Barroso
How are you specifying the image path on the css file? This is from TabContainer.css: .dojoTab div { display : block; padding : 4px 15px 4px 6px; background : url(images/tab_top_right.gif) no-repeat right top; color : #333; font-size : 90%; } here "images/tab_top_right.gif" is rel

Re: templateCssPath does not work for images in a TabbedPanel

2007-04-03 Thread Musachy Barroso
That would be news for me, do you have a link? thanks musachy On 4/3/07, Felipe Rodrigues <[EMAIL PROTECTED]> wrote: Reading the dojo documentation, I found a note telling that templateCssPath is deprecated. Is that right? If yes, could it be the problem? Felipe Rodrigues wrote: > > I've tr

Re: templateCssPath does not work for images in a TabbedPanel

2007-04-03 Thread Felipe Rodrigues
Reading the dojo documentation, I found a note telling that templateCssPath is deprecated. Is that right? If yes, could it be the problem? Felipe Rodrigues wrote: > > I've trying to use my own css file and My own images in a TabbedPanel, > but it is quite hard and so confuse. > The first thing