Hello gurus,
I am really really stuck in a problem right now. Its like this. I have
to collect information about a set of information. Pls see the
screenshot attached for a better idea of what ia m trying to say. (don't
know if it's a good idea to _make_ everyone download my screenshot) 

Now the problem is that I need to take input for everyrow. That is store
the bidAmount, strikeId, and the mode selected buying or selling call in
an array and take it to the next page, the next page gets the prices and
displays the same form but with another column prices and a checkbox.
And then the user selects the checkbox for which he wants to buy the
insurance.

My bidForm has the following structure.

    private int productId = 0;
    private int stateId[];

    private byte action;
    private float bidAmount[];
    private int mode[];
    private float fee = 0;


But the radio buttons are not grouped for each row, instead they are
grouped on the whole. Also how do I carry the information to the next
page. 

Please consider this as really imporatant, coz I seriously have no clue
about this.

Generally something like <input type="text" name="bidAmount[]" .. >
would take the bidAMounts in an array but in this case I cant control
that.

Thanks again in adv for rescuing me.


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