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: *

  1. sheesh342

    longest sequence of same chars in a string

    Sequence of same characters, not a mixed character sequence.
  2. 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...
  3. 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...
  4. 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...
  5. 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...
  6. 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...
  7. sheesh342

    Dynamic loading option list

    Thanks Greg, Ill surely try to start from smaller examples and then proceed to the one I want. Hopefully things work out good for me. Thanks again
  8. sheesh342

    Dynamic loading option list

    Hi ggriffit, Im still not able to get out of this prblm. Both the cars and models are coming from the database and atleast 15 each in number. They have many to many association between them. Can you xplain me in more detail. The example of the list I want can be seen at...
  9. 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