Re: Consecutive AJAX operations lead to Page Expired

2010-07-13 Thread asarpe
Not very sure what you meant by "quickstart or it didnt happen " but I am assuming is referring to the lack of code sample. If so, sorry for the incomplete post. Here is the Panel class in question, trimmed down to size to just the relevant parts. public class MyPanel extends Panel { pu

Consecutive AJAX operations lead to Page Expired

2010-07-12 Thread asarpe
Hello all, I recently encountered a problem where two consecutive AJAX requests from inside a panel, lead to a Page Expired exception. More detailed: The panel Panel contains a form Form and a ListView LW. Form has an AjaxButton who's onSubmit method is implemented to add the content of the For