PDA

View Full Version : Binding Test[] with a form:checkbox


kkrikor
May 21st, 2007, 01:24 PM
Hey guys,

I have the following Test object which has it's own editor. In my command object i have Test[] . On the UI I have a set of checkboxs with Test object ids as values .


So naturally when i check couple boxes the ids are being transformed into the objects and placed in the Array. the problem is this page is in a wizard and whenever i go back to that page I do not see any of the checked items.

What do I need to do to fix that ?

Thank you

Marten Deinum
May 22nd, 2007, 05:31 AM
Can we see some code/configuration (when posting use the [ code][ /code] tags). I guess it has something to do with your editor and/or the reference data needed to render the checkboxes. Also how are you going back, using the back button in your browser or by a form button?