Re: multiple html pages to 1 class

2010-10-08 Thread Altuğ Bilgin Altıntaş
Thanks... 2010/10/8 Jeremy Thomerson > I forgot to include the URLs you should try in that quickstart: > > http://localhost:8080/example1 > http://localhost:8080/example1?template=red > http://localhost:8080/example2 > http://localhost:8080/example2?template=red > > Here's the link to the quicks

Re: multiple html pages to 1 class

2010-10-07 Thread Jeremy Thomerson
I forgot to include the URLs you should try in that quickstart: http://localhost:8080/example1 http://localhost:8080/example1?template=red http://localhost:8080/example2 http://localhost:8080/example2?template=red Here's the link to the quickstart again: http://apache-wicket.1842946.n4.nabble.com

Re: multiple html pages to 1 class

2010-10-07 Thread jer...@wickettraining.com
Here is a quickstart that demonstrates two ways of accomplishing this. These are the ways that were previously suggested on this thread. Please open it and try the following links, and submit the form on each to prove that the HTML template choice is persisted even after "the url becomes unusabl

Re: multiple html pages to 1 class

2010-09-28 Thread Jeremy Thomerson
en to other suggestions. > > - Alex Rass > > > -Original Message- > From: Jeremy Thomerson [mailto:jer...@wickettraining.com] > Sent: Tuesday, September 28, 2010 1:00 PM > To: users@wicket.apache.org > Subject: Re: multiple html pages to 1 class > > If you'

RE: multiple html pages to 1 class

2010-09-28 Thread Alex Rass
From: Jeremy Thomerson [mailto:jer...@wickettraining.com] Sent: Tuesday, September 28, 2010 1:00 PM To: users@wicket.apache.org Subject: Re: multiple html pages to 1 class If you're getting what template to use from the PageParameters, and then submitting a form, save it in a field in the

Re: multiple html pages to 1 class

2010-09-28 Thread Jeremy Thomerson
gt; > - Alex > > > -Original Message- > From: Igor Vaynberg [mailto:igor.vaynb...@gmail.com] > Sent: Tuesday, September 28, 2010 11:46 AM > To: users@wicket.apache.org > Subject: Re: multiple html pages to 1 class > > let your page implement IMarkupResourceStreamPr

RE: multiple html pages to 1 class

2010-09-28 Thread Alex Rass
I am actually on anymore :) - Alex -Original Message- From: Igor Vaynberg [mailto:igor.vaynb...@gmail.com] Sent: Tuesday, September 28, 2010 11:46 AM To: users@wicket.apache.org Subject: Re: multiple html pages to 1 class let your page implement IMarkupResourceStreamProvide

Re: multiple html pages to 1 class

2010-09-28 Thread Igor Vaynberg
let your page implement IMarkupResourceStreamProvider and IMarkupCacheKeyProvider and return whatever html you want, anything will do it as long as it matches component hierarchy. -igor On Tue, Sep 28, 2010 at 7:40 AM, Alex Rass wrote: > I know this has been raised tons of times, > But has anyon