Check Box Selection

0
Hello Experts, I have a requirement where i need to select values from check boxes. I used Many to many assocaition and generated list view , i got check boxes for selecting the values...It’s fine till here. But i need to save these selected check boxes when i move to multiple pages. Eg:- In wizard pg1 i will select 2 values and in page 2 i need to see those 2 checks which were made in page 1.   Thanks in Advance.
asked
1 answers
0

If you are retrieving your objects by database or xpath, you might need to commit your selection in page 1 for it to be visible in page 2. Or try to switch to retrieve over assocation if you don't want to commit in between (I think you should btw)

answered