I just started experimenting with the UIManager tool and I have the same problem with stylesheets
Using $ui.getStylecss() http://localhost:9000E:\wdk-dev\webapps\contentment//resources/ui/skins/default/skin.css , using $ui.getStylecss($data) http://localhost:9000/contentment/resources/ui/skins/default/skin.css I also use the CVS version of UIManager but I checked and it's identical to the tdk-2.1 version. It is clearly the TurbineServlet.getContextPath() part of the URL construction that goes wrong but that leads to the init methods of Turbine.java and I can't find the exact cause there :( Age > -----Original Message----- > From: Jason van Zyl [mailto:[EMAIL PROTECTED]] > Sent: Sunday, September 30, 2001 00:20 > To: [EMAIL PROTECTED] > Subject: Re: $ui.image() thing... again > > > On 9/29/01 6:17 PM, "Dan Bachelder" <[EMAIL PROTECTED]> wrote: > > >> Are you using CVS code? I think it's busted in there. > >> > >> In tambora we use $ui.image($ui.logo, $data) which is probably why > >> I never noticed the problem. > > > > yes... i am using CVS... and yes image(String, RunData) works like I would > > expect... > > I will fix the image(String id) goof later tonight. > > > cool, thanks > > > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > -- > > jvz. > > Jason van Zyl > > http://tambora.zenplex.org > http://jakarta.apache.org/turbine > http://jakarta.apache.org/velocity > http://jakarta.apache.org/alexandria > http://jakarta.apache.org/commons > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
