Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: alanrushforth
  • Order by date
  1. alanrushforth

    Filename with environment variable?

    Hi, This may not be the solution that you are looking for. If you are opening lots of files in the same JSP page couldnt you just use a string constant: <%! public static final String MY_PATH = &quot;a/b/c/d/&quot;; %> This obviously wont work if you want to use in on a number ofpages. How...
  2. alanrushforth

    Servlet to Display a Certain Number of Returns per Page

    Hi, Thanks thats what i have done. Works fine I also forgot to add the link to tags i used to do the paging tehy can be found here. They are very good once you figure out what you have to.... http://jsptags.com/tags/navigation/pager/index.jsp Cheers for the help. Alan.
  3. alanrushforth

    Servlet to Display a Certain Number of Returns per Page

    Hi, Have a look at this page It has JSP tags that will do the index for you you just provide a list of all the results you want in the index. You have to run the query every time the page refreshes though from what i can see. Let me know if you use this a find a way to avoid doing the wuery...
  4. alanrushforth

    file create dates

    Hi, Did you ever get a response to this message. I need to do the same thing. I want to find files added to a directorty in the last day or two and file last updated will not do. Cheers Alan.

Part and Inventory Search

Back
Top