DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=14081>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=14081 Form fields are not populated in order on page ------- Additional Comments From [EMAIL PROTECTED] 2002-10-30 06:53 ------- James is right -- this won't be implemented. The HTML spec makes no guarantees about the order in which request parameters are submitted (see Section 17.13 of the HTML/4.01 spec), and this is an area where different client devices are known to behave differently. Further, the servlet spec makes no guarantees on the order of the parameter names returned by getParameterNames() -- or the Map implementation returned by getParameterMap() for Servlet 2.3. Robust design of your form beans, to make the order in which property setters are called irrelevant, is the right answer. -- To unsubscribe, e-mail: <mailto:struts-dev-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:struts-dev-help@;jakarta.apache.org>