You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by Chris <ch...@carlsoncentral.com> on 2009/05/08 18:34:41 UTC

Forms loading multiple times

I'm having a issue with forms loading multiple times.. This is really 
screwing up ChoiceRenderer.  Has anyone else experienced this?

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


Re: Forms loading multiple times

Posted by Igor Vaynberg <ig...@gmail.com>.
if you use a detachable model connected to your dao then it will call
the dao every render.

-igor

On Fri, May 8, 2009 at 2:21 PM, Oblivian <ch...@carlsoncentral.com> wrote:
>
> I mean the DAO that populates my model, runs 2 times.
>
>
> Oblivian wrote:
>>
>> I'm having a issue with forms loading multiple times.. This is really
>> screwing up ChoiceRenderer.  Has anyone else experienced this?
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
>> For additional commands, e-mail: users-help@wicket.apache.org
>>
>>
>>
>
> --
> View this message in context: http://www.nabble.com/Forms-loading-multiple-times-tp23449346p23453892.html
> Sent from the Wicket - User mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
>
>

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


Re: Forms loading multiple times

Posted by Oblivian <ch...@carlsoncentral.com>.
I mean the DAO that populates my model, runs 2 times.


Oblivian wrote:
> 
> I'm having a issue with forms loading multiple times.. This is really 
> screwing up ChoiceRenderer.  Has anyone else experienced this?
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
> 
> 
> 

-- 
View this message in context: http://www.nabble.com/Forms-loading-multiple-times-tp23449346p23453892.html
Sent from the Wicket - User mailing list archive at Nabble.com.


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


Re: Forms loading multiple times

Posted by Igor Vaynberg <ig...@gmail.com>.
define "loading"

-igor

On Fri, May 8, 2009 at 9:34 AM, Chris <ch...@carlsoncentral.com> wrote:
> I'm having a issue with forms loading multiple times.. This is really
> screwing up ChoiceRenderer.  Has anyone else experienced this?
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
>
>

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