Re: Wizard Custom Layout example

2009-06-01 Thread shmicket
. -- View this message in context: http://www.nabble.com/Wizard-Custom-Layout-example-tp21991811p23815530.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr

Re: Wizard Custom Layout example

2009-06-01 Thread John Armstrong
@wicket.apache.org ReplyTo: users@wicket.apache.org Sent: Jun 1, 2009 7:06 AM Subject: Re: Wizard Custom Layout example Hi John, Did you ever figure this out? I'm also looking to override layout markup, but can't find the components that output table markup (which we want to change to divs, etc

Re: Wizard Custom Layout example

2009-02-13 Thread Igor Vaynberg
simply subclass wizard and provide your own markup. -igor On Thu, Feb 12, 2009 at 11:57 PM, John Armstrong siber...@gmail.com wrote: Hi WicketFolk, Can anyone point me to a relatively complete example of an Wizard implementation with custom layout? I'm fairly new to the framework and this

Re: Wizard Custom Layout example

2009-02-13 Thread John Armstrong
Thanks Igor, I am already subclassing the wizard so that I can dynamically add steps based on entities in the object. I also have overridden the newButton(string) etc but the more subtle interactions are not clear to me. For example, I override newButtonBar(string). I get the basic table markup