Re: Problem with checkbox's tooltip when overriding the css_xhtml template

2011-09-20 Thread Arnaud Thimel
Hi ! Thanks for the reply. I tried with "xhtml", but -as expected- it does not use the right template. The one I need is really "css_xhtml" and all the rest seems to be working fine (except for the checkbox tooltip). Any other idea ? Best regards, Arnaud. On 20/09/2011 05:44, Steven Yang wrote:

Re: Problem with checkbox's tooltip when overriding the css_xhtml template

2011-09-19 Thread Steven Yang
I am not completely sure here but if I am not wrong the default struts theme is xhtml. so try to remove "struts.ui.theme=css_xhtml" because some how I remember the theme name is "xhtml" instead of "css_xhtml" even though the folder name is constructed otherwise. On Tue, Sep 20, 2011 at 3:59 AM, Ar

Re: Problem with checkbox's tooltip when overriding the css_xhtml template

2011-09-19 Thread Arnaud Thimel
up ! Does any one know what I'm doing wrong ? Regards, Arnaud. On 14/09/2011 22:18, Arnaud Thimel wrote: > Hi all, > > When I copy the checkbox.ftl file from [1] to my webapp's classpath, the > tooltip does not display. > > According to [2], I have nothing more to do, but it does not work. >

Problem with checkbox's tooltip when overriding the css_xhtml template

2011-09-14 Thread Arnaud Thimel
Hi all, When I copy the checkbox.ftl file from [1] to my webapp's classpath, the tooltip does not display. According to [2], I have nothing more to do, but it does not work. In the struts.properties I have: struts.ui.theme=css_xhtml Once my war is built, my checkbox.ftl file (exact copy of [1]