:
http://apache-wicket.1842946.n4.nabble.com/file/n2967852/multitemplates.tar.gz
multitemplates.tar.gz
Jeremy Thomerson
http://www.wickettraining.com
--
View this message in context:
http://apache-wicket.1842946.n4.nabble.com/multiple-html-pages-to-1-class-tp2717304p2967852.html
Sent
unusable:
http://apache-wicket.1842946.n4.nabble.com/file/n2967852/multitemplates.tar.gz
multitemplates.tar.gz
Jeremy Thomerson
http://www.wickettraining.com
--
View this message in context:
http://apache-wicket.1842946.n4.nabble.com/multiple-html-pages-to-1-class-tp2717304p2967852.html
Sent from
multitemplates.tar.gz
Jeremy Thomerson
http://www.wickettraining.com
--
View this message in context:
http://apache-wicket.1842946.n4.nabble.com/multiple-html-pages-to-1-class-tp2717304p2967852.html
Sent from the Users forum mailing list archive at Nabble.com
I know this has been raised tons of times,
But has anyone ever figured out: how to do this and not screw up page
versioning?
Any sort of CMS would need this.
I am ok with going to 1.5.M2 for this, btw, if that solves it.
- Alex.
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 a...@itbsllc.com wrote:
I know this has been raised tons of times,
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 IMarkupResourceStreamProvider
-
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 IMarkupResourceStreamProvider and
IMarkupCacheKeyProvider and return whatever html you want, anything
: 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 page when
[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 page when you pull it from