Why Do you want to create a Page in a separate thread? I floading the
page take a long time, it usually is the model data which takes the
time. Move loading the data into a separate thread if really
necessary.

Juergen

On 3/2/07, Robert . <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I am using Wicket 1.2.5
> I am trying to create a page in a different thread and get a Wicket
> exception caused by the fact that the RequestCycle is not available in the
> current thread.
> "Can not set the attribute. No RequestCycle available"
> Is there a way that I can associate a request cycle on a thread?
> I see similar API calls for Session and Application, but nothing for
> RequestCycle.
>
> Robert
>
>
> -------------------------------------------------------------------------
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to share your
> opinions on IT & business topics through brief surveys-and earn cash
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> _______________________________________________
> Wicket-user mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/wicket-user
>
>

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Wicket-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to