I think you need to give more details or a part of the code to see whats
wrong.

I could give you soem examples

<logic:iterate id="aprEnEntry" name="listApprGrpEn" indexId="apprEnIndex">
       <td ALIGN="center"><html:checkbox name="aprEnEntry" property="value"
value="1" />&nbsp;</td>
       </logic:iterate>

or
<logic:iterate id="apprEnEntry" name="listApprvGrpDetail"
indexId="apprIndex">
<html:multibox property="selectedAssets">
        <bean:write name="apprEnEntry" property="appvr_grp_id"/>
     </html:multibox>
   </logic:iterate>

If you have questions check the attribute details of the logic tag and
checkbox tag.
http://struts.apache.org/1.2.9/userGuide/struts-logic.html
http://struts.apache.org/1.2.9/userGuide/struts-html.html

hope that helps,

Uday Chandra Karrothi


On 10/6/06, Mallik <[EMAIL PROTECTED]> wrote:


Hi friends
i have a form where i
use,<html:text>,<html:select>,<html:option>,<html:checkbox>
if i use first three it is ok,but when i use <html:checkbox > it is
stopping
display from there after
why this problem?
let me know
thanks in advance
ur's
Mallik
--
View this message in context:
http://www.nabble.com/%3Chtml%3Acheckbox%3E-problem-tf2394658.html#a6676742
Sent from the Struts - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Reply via email to