I have an AjaxTabbedPanel with several tabs, each containing a form. There is
nothing fancy about the forms, there are just text fields and checkboxes.
Sometimes when I submit the form, I get the error:

INFO  [AccessStackPageMap] Unable to get version N of page [Page class =
my.com.MyPage, id = M, version = X, ajax = 0]

I'm setting the response page to the page that contains the tabbed panel, as
follows:

Button ok = new Button("myid")
{
        @Override
        public void onSubmit()
        {
                // sql update goes here...
                setResponsePage(parentPage);
        }
};
form.addButton(ok);
add(form);

Any insight is appreciated.
Thanks,
Julian

-- 
View this message in context: 
http://www.nabble.com/Problem-with-AjaxTabbedPanel%2C-Form-and-PageMap-tp14374011p14374011.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