Hi,

I have a screen (DataView1) that displays rows of information. Each row
(DataView2)  can be expanded (DataView3) using wicket:enclosure using a
AjaxCheckBox. This nested DataView3 contains rows with "Check"s. This nested
DataView3 (wicket:enclosure) I can hide and show. When the AjaxCheckBox is
selected it selects/deselects all the Checks in DataView3.
When I submit the form when the DataView3 (enclosure) is visible the checked
Checks are submitted correctly but when the enclosure is not visible the
Checks are not submitted. 

Can anyone offer suggestions why this happens and how to overcome it? 

DataView1{
      DataView2{

          AjaxCheckBox{ When selected the arraylist managed by the
checkgroup is updated with the        contents in the enclosure}

              DataView3 (enclosure){

               Check              
               ....

             }
      }
}



--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Check-inside-enclosure-not-submitted-when-visible-false-tp4661334.html
Sent from the Users forum mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to