Re: Scopes in Wicket Application

2009-11-08 Thread Jonathan Locke


except they are type-safe.
also, there is component scope.


jthomerson wrote:
> 
> Basically the same.
> 
> --
> Jeremy Thomerson
> http://www.wickettraining.com
> 
> 
> 
> On Sun, Nov 8, 2009 at 7:34 AM, sakthi vel  wrote:
> 
>> Hello,
>>
>> What are the scopes in wicket application much like four different
>> scopes(request, page, session, application) in jsp.
>>
> 
> 

-- 
View this message in context: 
http://old.nabble.com/Scopes-in-Wicket-Application-tp26253836p26258274.html
Sent from the Wicket - User mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: Scopes in Wicket Application

2009-11-08 Thread Jeremy Thomerson
Basically the same.

--
Jeremy Thomerson
http://www.wickettraining.com



On Sun, Nov 8, 2009 at 7:34 AM, sakthi vel  wrote:

> Hello,
>
> What are the scopes in wicket application much like four different
> scopes(request, page, session, application) in jsp.
>


Re: Scopes in Wicket Application

2009-11-08 Thread Martin Makundi
Wicket is built on servlet model so it should be the same.

**
Matin

2009/11/8 sakthi vel :
> Hello,
>
> What are the scopes in wicket application much like four different
> scopes(request, page, session, application) in jsp.
>

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Scopes in Wicket Application

2009-11-08 Thread sakthi vel
Hello,

What are the scopes in wicket application much like four different
scopes(request, page, session, application) in jsp.