RE: Wizard step causing an infinite loop

2009-10-12 Thread Jeffrey Schneller
UPDATE:  The problem is tied to the radio group.  I want to do something like 
the following.  Where productGroup is the RadioGroup.  Where do I put the 
RadioGroup so that this will work.  Where it currently sits will not work. 


















-Original Message-
From: Jeffrey Schneller [mailto:jeffrey.schnel...@envisa.com] 
Sent: Monday, October 12, 2009 12:00 PM
To: users@wicket.apache.org
Subject: RE: Wizard step causing an infinite loop

That is sort of a problem.  Everything is driven from a db and creating a 
quickstart would be a major task.



-Original Message-
From: Igor Vaynberg [mailto:igor.vaynb...@gmail.com] 
Sent: Monday, October 12, 2009 11:41 AM
To: users@wicket.apache.org
Subject: Re: Wizard step causing an infinite loop

creating a quickstart that reproduces this behavior will help us help
you. otherwise we would have to slaughter a chicken and wave it
around.

-igor

On Mon, Oct 12, 2009 at 8:12 AM, Jeffrey Schneller
 wrote:
> I have a wizard and a wizard step.  The wizard step is causing the
> wizard to go into an infinite loop.  The loop starts way back at where
> the wizard is added to the page itself. I basically have a one step
> wizard.   Now, I also have another step and if I add that step to the
> wizard and remove the other one [so I only have a 1 step wizard]
> everything works fine.  Why would I be getting an infinite loop?  The
> step only has RequiredTextFields, RadioGroup, and RadioChoice objects on
> it.
>
>
>
> Again... I am pleading for help on this.  I am stuck and have no idea
> where to look and need to get this finished.
>
>
>
> Thanks.
>
>
>
>

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



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


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



Re: Wizard step causing an infinite loop

2009-10-12 Thread Igor Vaynberg
you can stub out the objects wicket gets. without seeing your source
code and being able to reproduce it we have no way to debug it.

-igor

On Mon, Oct 12, 2009 at 8:59 AM, Jeffrey Schneller
 wrote:
> That is sort of a problem.  Everything is driven from a db and creating a 
> quickstart would be a major task.
>
>
>
> -Original Message-
> From: Igor Vaynberg [mailto:igor.vaynb...@gmail.com]
> Sent: Monday, October 12, 2009 11:41 AM
> To: users@wicket.apache.org
> Subject: Re: Wizard step causing an infinite loop
>
> creating a quickstart that reproduces this behavior will help us help
> you. otherwise we would have to slaughter a chicken and wave it
> around.
>
> -igor
>
> On Mon, Oct 12, 2009 at 8:12 AM, Jeffrey Schneller
>  wrote:
>> I have a wizard and a wizard step.  The wizard step is causing the
>> wizard to go into an infinite loop.  The loop starts way back at where
>> the wizard is added to the page itself. I basically have a one step
>> wizard.   Now, I also have another step and if I add that step to the
>> wizard and remove the other one [so I only have a 1 step wizard]
>> everything works fine.  Why would I be getting an infinite loop?  The
>> step only has RequiredTextFields, RadioGroup, and RadioChoice objects on
>> it.
>>
>>
>>
>> Again... I am pleading for help on this.  I am stuck and have no idea
>> where to look and need to get this finished.
>>
>>
>>
>> Thanks.
>>
>>
>>
>>
>
> -
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>
>
> -
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>

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



RE: Wizard step causing an infinite loop

2009-10-12 Thread Jeffrey Schneller
That is sort of a problem.  Everything is driven from a db and creating a 
quickstart would be a major task.



-Original Message-
From: Igor Vaynberg [mailto:igor.vaynb...@gmail.com] 
Sent: Monday, October 12, 2009 11:41 AM
To: users@wicket.apache.org
Subject: Re: Wizard step causing an infinite loop

creating a quickstart that reproduces this behavior will help us help
you. otherwise we would have to slaughter a chicken and wave it
around.

-igor

On Mon, Oct 12, 2009 at 8:12 AM, Jeffrey Schneller
 wrote:
> I have a wizard and a wizard step.  The wizard step is causing the
> wizard to go into an infinite loop.  The loop starts way back at where
> the wizard is added to the page itself. I basically have a one step
> wizard.   Now, I also have another step and if I add that step to the
> wizard and remove the other one [so I only have a 1 step wizard]
> everything works fine.  Why would I be getting an infinite loop?  The
> step only has RequiredTextFields, RadioGroup, and RadioChoice objects on
> it.
>
>
>
> Again... I am pleading for help on this.  I am stuck and have no idea
> where to look and need to get this finished.
>
>
>
> Thanks.
>
>
>
>

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



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



Re: Wizard step causing an infinite loop

2009-10-12 Thread Igor Vaynberg
creating a quickstart that reproduces this behavior will help us help
you. otherwise we would have to slaughter a chicken and wave it
around.

-igor

On Mon, Oct 12, 2009 at 8:12 AM, Jeffrey Schneller
 wrote:
> I have a wizard and a wizard step.  The wizard step is causing the
> wizard to go into an infinite loop.  The loop starts way back at where
> the wizard is added to the page itself. I basically have a one step
> wizard.   Now, I also have another step and if I add that step to the
> wizard and remove the other one [so I only have a 1 step wizard]
> everything works fine.  Why would I be getting an infinite loop?  The
> step only has RequiredTextFields, RadioGroup, and RadioChoice objects on
> it.
>
>
>
> Again... I am pleading for help on this.  I am stuck and have no idea
> where to look and need to get this finished.
>
>
>
> Thanks.
>
>
>
>

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