Hi Jim, I'd extend WebdavServlet. In doGet() I'd call a method, which displays the directory contents in the way I'd like.
I think, you should try and never change the code of Slide classes, but rather extend it where appropriate. See example SimpleWebdavServlet. Andreas On 4 Dec 2002 at 22:07, Jim Collins wrote: > Hi, > > I am writing an application that will allow users to view > reports, and I want to use Slide to manage these reports. There > will be a large number of reports and I want the user to access > them from a browser in a table for with say 30 reports per page > and a link to go to the next or previous page. I would also like > a search screen to enable a user to find reports based on certain > attributes i.e. Customer name. > > What I would like to know is do I modify the Slide servlet and > add this funtionality and change the default view you get when > accessing Slide or do I write a separate Web App that queries > Slide to get the reports that it holds. > > If anyone has any ideas on this it would be appreciated. > > Thanks > > Jim. > > > -- > To unsubscribe, e-mail: > <mailto:[EMAIL PROTECTED]> For additional > commands, e-mail: <mailto:[EMAIL PROTECTED]> > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
