Hi,
On Mon, Sep 16, 2013 at 1:06 PM, ashindler <[email protected]> wrote: > 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. > If the enclosure is invisible then the checks are not visible too, i.e. they are not in the produced page markup. So there is nothing to submit. > > 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] > >
