Re: [OT] copyrighted documents in Struts package

2004-03-09 Thread Henri Yandell
Having the Netscape copyrighted stuff in there can't cause any commercial problems as there must be RSS commercial tools out there. Unless every commercial RSS tool is bad. It's more of an issue for Apache licencewise, in that all files distributed by Apache are increasingly meant to be owned by

RE: Sorting table columns in jsp using struts

2004-03-05 Thread Henri Yandell
ng List > Subject: RE: Sorting table columns in jsp using struts > > > Henri, > > Thanks for the explanatory smaples.The syntax below seems JSTL > > > Any quick intro I read on JSTL... > Thanks > > Henri Yandell wrote: > > Just to show how easy it can

Re: Getting the real request url

2004-03-04 Thread Henri Yandell
Headers are maintained during forwarding, just in case anyone is interested :) Hen On Fri, 5 Mar 2004, Henri Yandell wrote: > > Both Craig and Yoge's suggestions work fine, so thanks to you both. I'm > going to include Yoge's for backwards compat, and make it set al

RE: Sorting table columns in jsp using struts

2004-03-04 Thread Henri Yandell
he request scope for the jsp to discover later. Anyway, I assume the display-tag library contains this pretty much, but Comparators are lovely so it can't hurt to babble on about them :) Hen On Thu, 4 Mar 2004, as as wrote: > Thanks in advance. > Sam > (I am currently truying out di

Re: Getting the real request url

2004-03-04 Thread Henri Yandell
Both Craig and Yoge's suggestions work fine, so thanks to you both. I'm going to include Yoge's for backwards compat, and make it set all of Craig's variables. Possibly something for Commons-Filters package which is hiding in cvs :) Now to see what happens to the http-referrer header during forw

RE: Sorting table columns in jsp using struts

2004-03-04 Thread Henri Yandell
I imagine display tags does it for you mostly if you go that way, else I'll knock up an example tonight. Finally getting back into taglibs and jsp :) Hen On Thu, 4 Mar 2004, as as wrote: > thanks much. > sample code by any cance? > Thank you! > > ~~Sam > > Henri

RE: Getting the real request url

2004-03-04 Thread Henri Yandell
ig Object in your request scope and then "path" > property gives you the ".do" URI . > > >property="path"/> > > > HTH > Avinash > > > -Original Message- > From: Henri Yandell [mailto:[EMAIL PROTECTED] > Sent: Thu

RE: Sorting table columns in jsp using struts

2004-03-04 Thread Henri Yandell
BeanUtils' BeanComparator is a useful way to do the sorting by the way, and will be in your classpath if you're using Struts [depending on version]. Also ReverseComparator in Commons Collections. Between them you can write a nice abstract table sorting system. Hen On Thu, 4 Mar 2004, as as wrot

Re: Getting the real request url

2004-03-04 Thread Henri Yandell
On Thu, 4 Mar 2004, Craig R. McClanahan wrote: > This technique works fine. In a Servlet 2.4 environment (Tomcat 5 or later) > environment, however, it is unnecessary ... when the Struts controller servlet > executes the RequestDispatcher.forward() call, the servlet container will > create requ

Re: log4j set up and usage?

2004-03-04 Thread Henri Yandell
eer (the guy who > knows log4j better than anyone) > is Ceki Gulcu His email address is > cekiapache.org > > Best Regards, > ~Martin > > Instructor/Consultant/Chess Nut > (http)www.laconiadatasystems.com > (land)001-617-864-1139 > > Original Message - >

Re: log4j set up and usage?

2004-03-04 Thread Henri Yandell
http://jakarta.apache.org/commons/logging/guide.html is the help for logging+log4j. Mainly it should just be having log4j in some way in the classpath, though -Dorg.apache.commons.logging.Log=org.apache.commons.logging.impl.Log4JLogger looks useable too. Hen On Thu, 4 Mar 2004, Dean A. Hoover wr

Getting the real request url

2004-03-03 Thread Henri Yandell
[more a generic servlet question than struts specific, but no jsr user lists] I've a page which wants to know the url that was used to request it. If I use the servlet API, all I find is the jsp file in question and not the .do [or in use of tiles, I presume the top-most .do]. Is this impossible

RE: Pointbase Database No Longer Available for download

2004-03-03 Thread Henri Yandell
Using hsqldb or axion would seem the two likely alternatives, as both can be non-persistent memory db's which I think is the plus for pointbase when doing examples. http://hsqldb.sourceforge.net/ http://axion.tigris.org/ Hen On Wed, 3 Mar 2004, A.White wrote: > By get around, I mean use someth