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 bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by JoeOCLC

  1. JoeOCLC

    eclipse

    Now for a helpful answer... You can download it from http://www.eclipse.org Its the best editor out there IMHO -- Joe Nelson OCLC Online Computer Library Center, Inc. Dublin, OH
  2. JoeOCLC

    Changing Sort Order

    Right, I've found an easier way by simply checking to see if its a digit, char or otherwise. Thanks anyway... -- Joe Nelson OCLC Online Computer Library Center, Inc. Dublin, OH
  3. JoeOCLC

    Changing Sort Order

    This only partially works. Try putting an underscore "_" or a tilde "~" at the start of the string. It sorts by ASCII code, and there are special characters "out of order" in ASCII. -- Joe Nelson OCLC Online Computer Library Center, Inc. Dublin, OH
  4. JoeOCLC

    Changing Sort Order

    We are displaying a list of objects in a JSP window and sorting it using the stardard Arrays.sort with a specialized comparator to sort on just one string within the object. Our product managers aren't happy with the standard lexicographic sorting that java uses. They want the special characters...
  5. JoeOCLC

    How to generate a file list to fill a property

    I'm trying to use the exec task to run Oracle's ojspc JSP page translater. If I try to give the file list as anytype of wildcard string, ojspc tells me it can't read the files. If I create a property that lists all the files in the directory, it compiles them fine. I obviously don't want to...
  6. JoeOCLC

    Are Struts Tiles Scrollable?

    We have a web page that uses frames with JSP files in each frame. We need one of the frames to be scrollable, but not the others. We are having problems with our current app server and its inability to compile these JSPs simultaneously so I am looking for a workaround. Are the tiles in struts...
  7. JoeOCLC

    Framed JSP File Parser Error

    Hi all, We have one JSP page in our site that is framed with 4 other JSP pages as the children. When we try to access it, we get parser errors in the frames. If we then refresh each frame individually, the page parses, compiles and displays fine. We are using Oracle 9iAS as our App Server I...
  8. JoeOCLC

    Compiling Framed JSP Files Failes in 9iAS 9.0.2

    We have one JSP page in our site that is framed with 4 other JSP pages as the children. When we try to access it, we get parser errors in the frames. If we then refresh each frame individually, the page parses, compiles and displays fine. I have written a very simple copy of this setup and get...

Part and Inventory Search

Back
Top