[Wicket-user] Setting model values in a TabbedPanel

2006-07-13 Thread Macrae, Jeremy
Hi,   I am having a problem setting values in a model via the panels on a TabbedPanel.   I have a page which contains a form containing a TabbedPanel with two AbstractTab panels. Each of these panels contains a single Textbox. I want to use the same model for the whole form so have ca

Re: [Wicket-user] Setting model values in a TabbedPanel

2006-07-14 Thread Macrae, Jeremy
t;windows-1252" probably because this call: AjaxFormValidatingBehavior.addToAllFormComponents(form, "onchange"); will only modify form components in the hierarchy - since your second tab is not in the hierarchy until you switch to it the form components in it are not affected you have

[Wicket-user] Optional confirmation when cancelling/leaving a form

2006-09-27 Thread Macrae, Jeremy
Hi,   I am trying to implement a mechanism where a confirmation dialogue is raised if the user leaves a form either via the cancel button, or selecting to navigate to another page. I only want this dialogue to appear if the model has changed so that the user knows that they have changed t