<a href="#" onclick="return oamSubmitForm('display_form','display_form:link_prev');" id="display_form:link_prev"> < Prev</a>
<a href="#" onclick="return oamSubmitForm('display_form','display_form:link_next');" id="display_form:link_next"> Next ></a>
</div>
</td>
</tr>
<tr>
<td colspan="14" height="5" nowrap="nowrap" class="WhiteRow"></td>
</tr>
<input type="hidden" id="display_form:removeUserId" name="display_form:removeUserId" value="" />
<input type="hidden" id="display_form:remove111" name="display_form:remove111" value="" />
<input type="hidden" id="display_form:remove222" name="display_form:remove222" value="" />
<input type="hidden" id="display_form:showPrev" name="display_form:showPrev" value="true" />
<input type="hidden" id="display_form:showNext" name="display_form:showNext" value="true" />
<tr>
<td colspan="14" height="30" nowrap="nowrap" align="center">
<input type="button" class="disabledfield" id="button_edit" value="Edit Details" onclick="populateEditRow();" />
<input id="display_form:button_remove" name="display_form:button_remove" type="submit" value="Remove" onclick="populateRemoveRow();;" class="disabledfield" />
</td>
</tr>
<tr>
<td height="10"></td>
</tr>
</table>
The above HTML is what the JSF renders. When clicking on Prev / Next , I am getting javascript error as 'invalid Argument' , The JSF has created some functions like oamSubmitForm and several others.
What could be the problem? anything obvious?