how to use checkbox in jsp

hello , iam developing a maintaining a addressbook in mailing system.there i used checkboxces for each entry and each entry having a edit link,but the problem is for each of the entry in addressbook it is giving the final entry values defaultly,it is not giving the corresponding entry values .please help me

[315 byte] By [nandasa] at [2007-11-27 6:58:03]
# 1

Without more information it is difficult to help.

What exactly is being produced wrong?

What do you think it should be?

Maybe some code?

From what you describe you seem to be getting the last item in the list no matter which one you click? Sounds like the problem is with the bit that is building the list. Make sure you create a new object for every entry that you add - ie call new inside the loop, and not outside it.

Cheers,

evnafets

evnafetsa at 2007-7-12 18:35:32 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...