Hi,
Following is the code snippet of the JSP file which is gettting populated with all its field data when the application runs into IE7 but does not populated when using FireFox. I am using spring frame work for developing the application.
Note: This is not the complete jsp code so some <tr><td> tags may be missing or misplaced this code is only the sample to make some Idea
<form:form commandName="commandName" >
<table border="1" align="center" width="100%" cellpadding="0" cellspacing="0">
<tr>
<td colspan="2">
<table align="center" cellpadding="0" cellspacing="0">
<tr>
<td>
<table align="center" cellpadding="1" cellspacing="0">
<tr>
<td class="labelSM" align="left" nowrap="nowrap">
<spring:message code="label.obj1.prop.type"/>
</td>
<td class="labelSM" align="left" nowrap="nowrap">
<spring:message code="label.obj2.property" />
</td>
</tr>
<tr nowrap="nowrap" valign="center">
<td class="labelSM" align="center">
<form:input path="obj1.prop" id="obj1.prop" size="3" maxLength="<%=FieldLengthConstants.CODES.BILL_TYPE_CODE %>" cssClass="fieldSM" onChange="OCED('bill', this);" onBlur="return OBED('bill', this, '');" onFocus="OFED('bill', this);" onKeyDown="return OKDD('bill', this, window.event||event);" />
</td>
<td align="center">
<form:input size="2" maxLength="<%=FieldLengthConstants.CODES.LOADED_EMPTY_CODE %>" path="obj1.property" cssClass="fieldSM" id="obj1.property" onChange="OCED('bill', this);" onBlur="return OBED('bill', this, '');" onFocus="OFED('bill', this);" onKeyDown="return OKDD('bill', this, window.event||event);" />
</td>
Please send your suggestion ASAP
Thanks,