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.
<div> <span wicket:id="productGroup"> <table border="0"> <tr> <td><input wicket:id="p1" type="radio"/><span wicket:id="p1Name"></span></td> <td><input wicket:id="p2" type="radio"/><span wicket:id="p2Name"></span></td> <td><input wicket:id="p3" type="radio"/><span wicket:id="p3Name"></span></td> </tr> <tr> <td><img src="product/p1.png"></img></td> <td><img src="product/p2.png"></td> <td><img src="product/p3.png"></td> </tr> </table> </span> </div> -----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 <jeffrey.schnel...@envisa.com> 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