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 tigersbite

  1. tigersbite

    Total newbie dingbat question - getParameter

    Unfortunately, that's not the problem. The problem occurs when I compare the value of the request.getParameter to either a string variable or literal. If I output the value of myString to my web page, it looks as it should. Is it possible the server is adding some binary information to the...
  2. tigersbite

    Total newbie dingbat question - getParameter

    Ok, this is really bugging me because it should work. My sample test.jsp is as follows: <html> <head> <title>Test getParameter Page</title> </head> <body> <% String myString = request.getParameter(&quot;fName&quot;); %> <% if (myString == &quot;Sam&quot;) { %> Hello There, <%= myString %>. <%...

Part and Inventory Search

Back
Top