Michael K yahoo.com> writes:
> Is that what causing the dynamic image to be expired?
I don't know. You may create a sample page that really demonstrates the
problem. Using the code you showed I don't see the image being expired.
-
Is that what causing the dynamic image to be expired?
- Original Message
From: Kent Tong <[EMAIL PROTECTED]>
To: wicket-user@lists.sourceforge.net
Sent: Saturday, May 26, 2007 10:49:53 PM
Subject: Re: [Wicket-user] Problem loading dynamic image using ajax
Michael K yahoo.com&g
Michael K yahoo.com> writes:
> To obtain the requestcycle in the constructor, I do RequestCycle.get();
> in the WebPage constructor.
You shouldn't do that. You have a request cycle only when
there is a request from the browser, not when your page is
constructed.
---
; // image1 will expired.
}
}
To obtain the requestcycle in the constructor, I do RequestCycle.get(); in the
WebPage constructor.
Please help.
Michael
- Original Message
From: Kent Tong <[EMAIL PROTECTED]>
To: wicket-user@lists.sourceforge.net
Sent: Saturday, May 26, 2007 2:49:
Michael K yahoo.com> writes:
> Hi,I have problem displaying dynamic image using ajax. The problem is
> that the image url became expired after the page has rendered. The page
> was loaded fine it didn't triggered page expired.
I think there is something wrong with your code: How can you access
Hi,
I have problem displaying dynamic image using ajax. The problem is that the
image url became expired after the page has rendered. The page was loaded fine
it didn't triggered page expired.
Please check out my sample code below:
public class AjaxPage extends WebPage {
public AjaxPa