Re: backbutton with AjaxFallbackDefaultDataTable

2008-12-02 Thread Timo Rantalaiho
On Tue, 02 Dec 2008, Kamil Hark wrote:
 Hi, I have a problem with browser's backbutton and
 AjaxFallbackDefaultDataTable, I have button that adds new rows into table (I
 put new objects into table's model and udate table with ajax). when I click
 some link to other page and after redirect I click browser's backbutton then
 my table is empty until I refresh the browser.
 How to fix it? I think the reason of above is that after back onRender is
 not invoked

Try disabling all caching with HTTP headers and proper browser 
settings.

Best wishes,
Timo

-- 
Timo Rantalaiho   
Reaktor Innovations OyURL: http://www.ri.fi/ 

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



backbutton with AjaxFallbackDefaultDataTable

2008-12-02 Thread Kamil Hark

Hi, I have a problem with browser's backbutton and
AjaxFallbackDefaultDataTable, I have button that adds new rows into table (I
put new objects into table's model and udate table with ajax). when I click
some link to other page and after redirect I click browser's backbutton then
my table is empty until I refresh the browser.
How to fix it? I think the reason of above is that after back onRender is
not invoked

Regards Kamil.
-- 
View this message in context: 
http://www.nabble.com/backbutton-with-AjaxFallbackDefaultDataTable-tp20791685p20791685.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]