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
> -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
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
#: 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
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)
>
>
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
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