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

  1. simonTheTraveller

    strange post data order

    Hi all. I've got a jsp class handling the display of a load of post data variables. In the previous page, I've got about 6 select controls each with data. I've got to the stage where, when the form is submitted, the next page retrieves all the post data and displays the select control data in...
  2. simonTheTraveller

    simple jsp function calling question

    Hi all. I'm trying to call a jsp function from a jsp page. The jsp function resides inside a class held in another location. At the top of the jsp page i've used the line: <jsp:useBean id="liSummary" scope="session" class="mm.mmLifeInsSummary"></jsp:useBean> to instantiate the class and be...
  3. simonTheTraveller

    howto populate a select box using post data from a previous select box

    Hi all. What I'm trying to do is get the contents of a select control from a previous pages form and then populate a new select control using all the options in the previous one (using jsp) Its for a life insurance calculator. The user puts in details of all previous eplans they have in place...
  4. simonTheTraveller

    .js file include not working but was before

    I created a validation routine held inside a separate js file so when all the different files (I'm working in jsp) forms were submitted they would be validated using this file. It was working before with the following code: <script language="javascript"...

Part and Inventory Search

Back
Top