hi all,

i am posting a simple page with 2 panels. The first panel maintains a
DataView supported by a custom data provider and the second panel contains a
form which is responsible to edit the currently selected record from the
data view panel.
The data view panel updates the data entry form with the currenty selected
record using an ajax link.
The data entry form in the second panel edits the properties of the
currently selected object and the data view displays automatically the
updated values.
Everything is ok except the "back" button. If i dont setResponsePage(..) in
the onClick() method of the save button (btnSave) then wicket starts
versioning(?) of the data entry form. On the other hand i dont want to
reconstruct the while page whenever i edit (or remove) a record. 
What am i missing?
Thanks a lot
  http://www.nabble.com/file/p15357597/DataPanels.java DataPanels.java 
-- 
View this message in context: 
http://www.nabble.com/Multiple-panels-and-back-button-tp15357597p15357597.html
Sent from the Wicket - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to