Re: Page Expired with ModalWindow

2008-06-19 Thread Daniel Wu
must be closed before the second one is opened? Daniel Wu wrote: Hi, the application I've been developing have to open modal dialogs in sequence. I have a dialog A, which is a panel with an AjaxLink, and when this AjaxLink is pressed, the dialog A should close and dialog B, which content

Page Expired with ModalWindow

2008-06-18 Thread Daniel Wu
Hi, the application I've been developing have to open modal dialogs in sequence. I have a dialog A, which is a panel with an AjaxLink, and when this AjaxLink is pressed, the dialog A should close and dialog B, which content is a WebPage, should be opened. In order to close dialog A before

Re: java.io.StreamCorruptedException: invalid type code: 29

2008-04-04 Thread Daniel Wu
:43 PM, Daniel Wu [EMAIL PROTECTED] wrote: I debugged my application and it really doesn't have a ClassNotFoundException eaten by ObjectInputStream. I compared the flow of two screens of my application, one that works and another that doesn't: 1) The line 298 of SecondLevelCacheSessionStore

Re: java.io.StreamCorruptedException: invalid type code: 29

2008-04-03 Thread Daniel Wu
class)? -- Daniel Stoch On 2008-03-29, at 22:22, Daniel Wu wrote: I've updated my wicket application to Wicket 1.3.2, but now, when I try to switch between my application tabs (my tabs extend org.apache.wicket.extensions.markup.html.tabs.AbstractTab) I'm getting this error

Re: java.io.StreamCorruptedException: invalid type code: 29

2008-04-02 Thread Daniel Wu
: No that warning doesnt anything todo with serialization. But do you have a reproduceable testcase? That would be very nice to have, can you attach that to the jira (there is already one describing this i think) On 3/29/08, Daniel Wu [EMAIL PROTECTED] wrote: I've updated my wicket

java.io.StreamCorruptedException: invalid type code: 29

2008-03-29 Thread Daniel Wu
I've updated my wicket application to Wicket 1.3.2, but now, when I try to switch between my application tabs (my tabs extend org.apache.wicket.extensions.markup.html.tabs.AbstractTab) I'm getting this error: ERROR RequestCycle () - Could not deserialize object using

Keep state of values between AjaxTabbedPanel tab change

2007-12-13 Thread Daniel Wu
Hi, How can I keep the state of the fields of a tab (DropDownChoice and TextField fields) when I switch tabs? I've already read the topic http://www.nabble.com/How-to-save-page-values-between-AjaxTabbedPanel-tab-change--td12638034.html#a12638407 but I couldn't find a newtablink method to be

Re: Keep state of values between AjaxTabbedPanel tab change

2007-12-13 Thread Daniel Wu
Thanks very much! On Dec 13, 2007 4:27 PM, Igor Vaynberg [EMAIL PROTECTED] wrote: instead of returning ajaxfallbacklink return ajaxsubmitlink or use javascript tabs rather then serverside tabs -igor On Dec 13, 2007 10:18 AM, Daniel Wu [EMAIL PROTECTED] wrote: Hi, How can I keep