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 dencom 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: sheesh342
  • Content: Threads
  • Order by date
  1. sheesh342

    longest sequence of same chars in a string

    Hi, I came across a problem to find out the longest sequence of same characters in a string. for example "food" would return "oo" and "rttrrrttttoooooo" would return "ooooo". Its feels disgusting when after developing large applications I am struggling on a basic programming question:( I guess...
  2. sheesh342

    Jaxb xjc compiler

    Hi , I am trying to generate Java classes by using Jaxb . I am trying to run it from the ant file using the xjc jar file. It stops in the middle throwing an error : BUILD FAILED java.lang.NoSuchFieldError: enabledCustomizationURIs When I went into the debug mode, it tries to look for...
  3. sheesh342

    SVG AND JSP

    Hi, I am working on svg for the first time. I was researching the web on how to work on it. I came acrross BATIK which is java api based on svg. I have to generate diagrams from the database according to the data retrieved. Using jsp as the front end. I dont know how to generate the graphics...
  4. sheesh342

    Using AJAX for pagination like in new Emails

    Hi , I have a jsp page which is an out put of a lot of queries. It displays a rows of data depending upon what was sent in the request object. Each row comes from a combination of atleast 5-6 tables and sometimes, it takes around 4-5 minutes to load the page. Although the users also understand...
  5. sheesh342

    Displaying bean from action class

    Hi, I have a jsp page which displays more than one drop down lists and is being populated from the database. Now when I click on a submit button after selecting the values from two dropdowns. it should go and search in the table and retrieve a collection of rows of that table(based on the values...
  6. sheesh342

    Dynamic loading option list

    I have four Multiple Select option lists. 1st - chosenCars 2nd - AvailableCars 3rd - chosenModels 4th - AvailableModels 1st and 2nd have a relation between them the cars in 1st list wont be in the 2nd and one can move them from 1st to 2nd or vice versa by means of "<<" and ">>" buttons...

Part and Inventory Search

Back
Top