myface1.2.4 got different value in tomcat6.0.14 and tomcat6.0.18,

-------Semester.java----------------------------------
public class Semester extends java.io.Serializable {

        private Integer semesterId;

        public Semester() {
        }

        public Integer getSemesterId() {
                return this.semesterId;
        }

        public void setSemesterId(Integer semesterId) {
                this.semesterId = semesterId;
        }
}

-------jsf1.2 client html output below:----------------------------------
    <input type="hidden" id="form1:semesterId" name="form1:semesterId"
value="" />


----form submited and jsf1.2 retrieved different result in tomcat6.0.14 and
tomcat6.0.18

 in tomcat6.0.14 the pojo Semester.semesterId got value null,
 in tomcat6.0.18 the pojo Semester.semesterId got value 0,

why do tomcat6.0.18 change from tomcat6.0.14 in this retrieved value
proplems,i surpose the tomcat6.0.14 get null will be good!!!!!!!!!!!!!!!!
-- 
View this message in context: 
http://www.nabble.com/myface1.2.4-retrieve-different-value-from-submited-in-tomcat6.0.14-and-tomcat6.0.18-tp20180124p20180124.html
Sent from the MyFaces - Users mailing list archive at Nabble.com.

Reply via email to