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...
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...
- 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...
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...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.