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!

Recent content by ashiers

  1. ashiers

    broken webapp after upgrading Tomcat

    Hi there, Hope someone can help. I was running Tomcat 5.5 and running a webapp just fine on it on a Linux server. I just upgraded to Tomcat 6.0 and copied my webapp files over to it. Theoretically it should run without a hitch but Murphy's Law is coming into play. To run a check, I also...
  2. ashiers

    getting most recent record

    Hi there, Given a table that has the following fields: create table WAGE_RATES( EMPLOYEE_ID int unsigned references EMPLOYEES, DATE date, HOURLY float(5,2), WEEKLY float(5,2), OTHER float(5,2), index(DATE) ); I want to run a SELECT query that uses the EMPLOYEE_ID number to compare all...
  3. ashiers

    getting form elements

    Wow. This is great. The code you guys provided was just what I was looking for. Thanks, Alan
  4. ashiers

    getting form elements

    Hi there, I do server-side programming using JSP's (Java Server Pages). The HTML and javascript code is created dynamically. The page will contain a form. However, the contents of the form may vary with numerous textfields. So, the number of fields in the form will vary as will their values...

Part and Inventory Search

Back
Top