Note that there are some explanatory texts on larger screens.

plurals
  1. POProblems with javascript and h:commandLink
    text
    copied!<pre><code> &lt;a href="#" onclick="return oamSubmitForm('display_form','display_form:link_prev');" id="display_form:link_prev"&gt; &amp;lt; Prev&lt;/a&gt; &lt;a href="#" onclick="return oamSubmitForm('display_form','display_form:link_next');" id="display_form:link_next"&gt; Next &amp;gt;&lt;/a&gt; &lt;/div&gt; &lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td colspan="14" height="5" nowrap="nowrap" class="WhiteRow"&gt;&lt;/td&gt; &lt;/tr&gt; &lt;input type="hidden" id="display_form:removeUserId" name="display_form:removeUserId" value="" /&gt; &lt;input type="hidden" id="display_form:remove111" name="display_form:remove111" value="" /&gt; &lt;input type="hidden" id="display_form:remove222" name="display_form:remove222" value="" /&gt; &lt;input type="hidden" id="display_form:showPrev" name="display_form:showPrev" value="true" /&gt; &lt;input type="hidden" id="display_form:showNext" name="display_form:showNext" value="true" /&gt; &lt;tr&gt; &lt;td colspan="14" height="30" nowrap="nowrap" align="center"&gt; &lt;input type="button" class="disabledfield" id="button_edit" value="Edit Details" onclick="populateEditRow();" /&gt; &lt;input id="display_form:button_remove" name="display_form:button_remove" type="submit" value="Remove" onclick="populateRemoveRow();;" class="disabledfield" /&gt; &lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td height="10"&gt;&lt;/td&gt; &lt;/tr&gt; &lt;/table&gt; </code></pre> <p>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. </p> <p>What could be the problem? anything obvious?</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload