Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<pre><code>&lt;table cellspacing="0" cellpadding="3" border="1" align="center" bgcolor="#74f0a8" width="90%"&gt; &lt;font size="4" color="#c7461e"&gt;&lt;b&gt;CHEQUE ACTIVATION REPORT BETWEEN : &lt;s:property value='strChequeFrom' /&gt; AND : &lt;s:property value='strChequeTo' /&gt; &lt;/b&gt; &lt;/font&gt; &lt;tr&gt; &lt;td colspan="7" align="center" width="10%"&gt; &lt;b&gt;SL NO&lt;/b&gt; &lt;/td&gt; &lt;td align="center"&gt; &lt;b&gt;AGENCY&lt;/b&gt; &lt;/td&gt; &lt;td align="center"&gt; &lt;b&gt;CLIENT ADDRESS&lt;/b&gt; &lt;/td&gt; &lt;td align="center"&gt; &lt;b&gt;CHEQUE NO&lt;/b&gt; &lt;/td&gt; &lt;td align="center"&gt; &lt;b&gt;CHEQUE DATE&lt;/b&gt; &lt;/td&gt; &lt;td align="center"&gt; &lt;b&gt;CHEQUE AMOUNT&lt;/b&gt; &lt;/td&gt; &lt;td align="center"&gt; &lt;b&gt;ACTIVATION&lt;/b&gt; &lt;/td&gt; &lt;/tr&gt; &lt;s:iterator status="rowstatus" value="lstChequeDateReportDetail"&gt; &lt;tr&gt; &lt;td colspan="7" align="center" width="10%"&gt; &lt;font size="3"&gt;&lt;s:property value="jsp_sl_no" /&gt; &lt;/font&gt; &lt;/td&gt; &lt;td align="left"&gt; &lt;s:property value="strAgencyCode" /&gt; &lt;/td&gt; &lt;td align="left"&gt; &lt;s:property value="strClient" /&gt; &lt;/td&gt; &lt;td align="center"&gt; &lt;s:property value="strChequeNo" /&gt; &lt;/td&gt; &lt;td align="center"&gt; &lt;s:property value="strChequeDate" /&gt; &lt;/td&gt; &lt;td align="center"&gt; &lt;s:property value="strPaymanetAmount" /&gt; &lt;/td&gt; &lt;td align="center"&gt; &lt;table&gt; &lt;tr&gt; &lt;td&gt; &lt;s:checkbox name="strActivationCheque" fieldValue="%{strChequeNo}" value="false"/&gt; &lt;/td&gt; &lt;/tr&gt; &lt;/table&gt; &lt;/td&gt; &lt;/tr&gt; &lt;/s:iterator&gt; &lt;tr&gt; &lt;td&gt; &lt;s:submit value="Activate"&gt;&lt;/s:submit&gt; &lt;/td&gt; &lt;/tr&gt; &lt;/table&gt; </code></pre> <p><strong>See this example ..Its an iteration process, by this you will get the checked(true) check box list in action page with the value of "strChequeNo". You can use any other primary value on "strChequeNo"</strong></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