Re: [Wicket-user] render strategies

2005-09-18 Thread Johan Compagner
mber 17, 2005 4:32 AM > To: wicket-user@lists.sourceforge.net> Subject: Re: [Wicket-user] render strategies>> On 17/09/05, Alexandru Popescu < [EMAIL PROTECTED]>> wrote:> > #: Johan Compagner changed the world a bit at a time by saying on> 9/16/2005 11:50 AM

RE: [Wicket-user] render strategies

2005-09-17 Thread Igor Vaynberg
> -Original Message- > From: [EMAIL PROTECTED] [mailto:wicket-user- > [EMAIL PROTECTED] On Behalf Of Gwyn Evans > Sent: Saturday, September 17, 2005 4:32 AM > To: wicket-user@lists.sourceforge.net > Subject: Re: [Wicket-user] render strategies > > On 17/09/05, A

Re: [Wicket-user] render strategies

2005-09-17 Thread Gwyn Evans
On 17/09/05, Alexandru Popescu <[EMAIL PROTECTED]> wrote: > #: Johan Compagner changed the world a bit at a time by saying on 9/16/2005 > 11:50 AM :# > > > > But with not sticky session cluster environments can only really use setting > > 1. > > > > Can you explain more of what a sticky/non-stic

Re: [Wicket-user] render strategies

2005-09-17 Thread Alexandru Popescu
#: Johan Compagner changed the world a bit at a time by saying on 9/16/2005 11:50 AM :# Action part is the part where the listeners are being called (lets say the Swing Action.actionPerformed() method) For example the action part is the Link.onClicked() or the Form.onSubmit() (models updated

Re: [Wicket-user] render strategies

2005-09-16 Thread Gwyn Evans
Thanks, Johan, I've grabbed that for the wiki! http://www.wicket-wiki.org.uk/wiki/index.php/Render_strategies /Gwyn On 16/09/05, Johan Compagner <[EMAIL PROTECTED]> wrote: > Action part is the part where the listeners are being called (lets say the > Swing Action.actionPerformed() method) > >

Re: [Wicket-user] render strategies

2005-09-16 Thread Johan Compagner
Action part is the part where the listeners are being called (lets say the Swing Action.actionPerformed() method) For example the action part is the Link.onClicked() or the Form.onSubmit() (models updated/ database updated) That action will result in a response page set. After that we get the ren

[Wicket-user] render strategies

2005-09-16 Thread Alexandru Popescu
Hi! I have started to take a deeper look at Wicket as it is approaching the final 1.1. However I haven't worked with it so far, but I would like to say that till now I like it. The following questions have probably been already asked, but unfortunately I couldn't find the answer on the wiki o