Re: [Spam] [Wicket-user] New to question on Wicket Application concept ?

2005-11-14 Thread Alexandru Popescu
#: Johan Compagner changed the world a bit at a time by saying on 11/14/2005 12:04 PM :# it is recommended but not really a requirement (it works for the examples project just fine to have multiply Applications in one WebApplication) Is there anything else than what I mentioned when

Re: [Spam] [Wicket-user] New to question on Wicket Application concept ?

2005-11-14 Thread Johan Compagner
1 thats easy. Just make sure you say: RequestCycle.setRedirect(false) on the pages you don't want a redirect to. If you use multiply webapplications then you must have X WicketServlets that all run under different (dir) context of course. On 11/14/05, Alexandru Popescu [EMAIL PROTECTED] wrote:

Re: [Spam] [Wicket-user] New to question on Wicket Application concept ?

2005-11-14 Thread Alexandru Popescu
#: Johan Compagner changed the world a bit at a time by saying on 11/14/2005 1:00 PM :# 1 thats easy. Just make sure you say: RequestCycle.setRedirect(false) on the pages you don't want a redirect to. I wasn't aware that this is the same as setting the ONE_PASS_RENDER strategy. Thanks.

Re: [Spam] [Wicket-user] New to question on Wicket Application concept ?

2005-11-14 Thread Johan Compagner
it is recommended but not really a requirement (it works for the examples project just fine to have multiply Applications in one WebApplication) On 11/13/05, Alexandru Popescu [EMAIL PROTECTED] wrote: #: Martijn Dashorst changed the world a bit at a time by saying on8/17/2005 9:41 PM :# Huy Do

Re: [Spam] [Wicket-user] New to question on Wicket Application concept ?

2005-11-13 Thread Alexandru Popescu
#: Martijn Dashorst changed the world a bit at a time by saying on 8/17/2005 9:41 PM :# Huy Do wrote: Perfect sense. Thanks Igor and Gili for your help. It was just a bit confusing looking at all the examples (cdapp etc) and seeing the way things are structured. Yeah, I can see that it

Re: [Spam] [Wicket-user] New to question on Wicket Application concept ?

2005-08-17 Thread Martijn Dashorst
Huy Do wrote: Perfect sense. Thanks Igor and Gili for your help. It was just a bit confusing looking at all the examples (cdapp etc) and seeing the way things are structured. Yeah, I can see that it is confusing. The examples are in fact different applications put into one war. Normally

RE: [Spam] [Wicket-user] New to question on Wicket Application concept ?

2005-08-16 Thread Igor Vaynberg
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Gili Sent: Tuesday, August 16, 2005 9:39 PM To: wicket-user@lists.sourceforge.net Subject: Re: [Spam] [Wicket-user] New to question on Wicket Application concept ? Applications let you group

Re: [Spam] [Wicket-user] New to question on Wicket Application concept ?

2005-08-16 Thread Huy Do
Sent: Tuesday, August 16, 2005 9:39 PM To: wicket-user@lists.sourceforge.net Subject: Re: [Spam] [Wicket-user] New to question on Wicket Application concept ? Applications let you group application-wide settings like Page aliases, HTTP redirection strategy, etc (take a look