hello,
yet another problem, pls ahve a look at the code segment, and if u could
suggest a solution or suggestion it would gr8.

       <logic:iterate id="state" name="STATES">
            <html:multibox property="stateId" value="id" /><bean:write
name="state" property="name" />
            <br />
        </logic:iterate>

i added a bean STATES to the request scope(ArrayList collection). each
element of the ArrayList STATES  has three properties (with getter and
setters) id, name and probabilityFactor. now i want it render a sequece of
checkboxes for the state names with the name as the stateId (from the
original form bean) and the value as the state.id  something like this
<input type="checkbox" name="stateId" value="1">$200 to $500 <br />

where stateId is the name of the checkbox which will ultimately store the
id's selected in an array
1 is the id of the selcted state if that particular option is selected
$200 to $500 is the name represented state.name ie.

pls consider this is imp. it would be really nice if u could mail me a
possible solution for this asap.
thanks in advance


Rajat Pandit | [EMAIL PROTECTED]
+91 612 3117606
[ Developer and Part Time Human Being]


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

Reply via email to