Html input field value attribute is different from display value

1.2k views Asked by At

I have a simple JSP form (uses struts tags) that get populated by a struts value object. One of the HTML input field has its value attribute different from what is displayed. But if form is submitted it submits the correct value(value attribute)

Does anybody know why displayed value is different from the actual value (attribute value)?

Thanks, Tan.

0

There are 0 answers