Eric, thanks for the reply. At the moment I am in the final stages of a project (last couple of weeks) and would prefer to avoid any uneccesary delays right now. I will try the site with 2.2 Monday, but if it doesn't work I won't persevere (will certainly upgrade in a few weeks, anyway). My direct problem is with the UIManager class. I introduced skins last week, but the image URLs were coming up as null://null:nullnull//resources/ui/... in the generated HTML. A quick check in the code showed me that UIManager.image() uses TurbineServlet for this. I then tested TurbineServlet directly using the API with the results as described. I have seen no instance of anything similar on this list previously, so I reckon it's probably something peculiar to my setup. If I have to do something nasty and short term to get around this, I would put a wrapper around the UIManager class and add it into the pull service as $ui, but I'd rather not.
Thanks, Matt Matt Innes, Consultant ([EMAIL PROTECTED]) Madeye Software Ltd. (http://company.madeye.com) Tel : +44 7977 415 773 / Fax : +44 870 8316749 ----- Original Message ----- From: "Eric Emminger" <[EMAIL PROTECTED]> To: "Turbine Users List" <[EMAIL PROTECTED]> Sent: Saturday, March 22, 2003 5:35 PM Subject: Re: TurbineServlet > Matt > > > I am currently struggling with the TurbineServlet class using vanilla > > TDK2.1 (including the version of Tomcat shipped and Turbine 2.1). All > > I'll try to help you with 2.1 if you *need* to use 2.1, but if you can > use the current 2.2, please do. > > http://jakarta.apache.org/builds/jakarta-turbine/tdk/release/2.2/tdk-2.2_01. tar.gz > > Sorry that the correct link isn't on the site. We're working on the docs. :) > > > values for such as getServerName() and getServerPort() return null. In > > Could you explain how/why you're accessing this information in this > manner? I've never used the TurbineServlet class directly, although you > may have a special need, which is why it would help for you to explain > what you're doing. > > Eric > > > --------------------------------------------------------------------- > 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]
