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 IamaSherpa 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. mouse619

    Post request with multi parameters not getting fully parsed?

    Apperantly this was an issue in my form bean because I did not follow the JavaBeans standard... class Foo { public String getAlpha() {...} public String getBeta() {...} public void setBeta(int betaval) {...} } My datatype used to "set" the property was different from the datatype used...
  2. mouse619

    Post request with multi parameters not getting fully parsed?

    well, I did some further investigating, and found that J2 SDK Version 1.4.2.06 was also installed and upgraded from JDK 1.3.1.01 on the server at the time T5 was upgraded from T4. So I re-installed JDK 1.3 with T5 and the problem was solved. I tested a few time to make sure (swithching back...
  3. mouse619

    Post request with multi parameters not getting fully parsed?

    - I'm testing with IE 6 and my QUERY_STRING is not longer than 100 characters: /Webpages/SWForm_SWHistory.do?action=ORDERBY&order_by=SWIp&order_col=2&order_dir=DSC - I'm using the GET method: <form name="SWForm_SWHistory" method="get" action="/Webpages/SWForm_SWHistory.do"> - In my form bean...
  4. mouse619

    Post request with multi parameters not getting fully parsed?

    I'm sorry, I meant GET not POST (It's been a long day). The method is GET and this was working fine in Tomcat 4 but not in T5. In T5 only the first variable in the QUERY_STRING gets set. I was hoping this was a setting limiting the number of parameters in the QUERY_STRING but i have had no luck...
  5. mouse619

    Post request with multi parameters not fully parsed? limit?

    I was using Tomcat 4.1.29 and currently upgraded to Tomcat 5.028. I was sending parameters with a post request as follows: page.do?action=A&Var2=B&Var3=C I have the appropriate sets and gets in the page form bean. This was working fine in T 4 but in T 5 only the action parameter gets...
  6. mouse619

    Post request with multi parameters not getting fully parsed?

    I was using Tomcat 4.1.29 and currently upgraded to Tomcat 5.028. I was sending parameters with a post request as follows: page.do?action=A&Var2=B&Var3=C I have the appropriate sets and gets in the page form bean. This was working fine in T 4 but in T 5 only the action parameter gets...

Part and Inventory Search

Back
Top