I want to dynamically create a template page consisting of some parts stored
in eg a DB or CMS which can dynamically change and a fixed wicket template
part.

Take for example 2 parts and a fixed part in wicket:

Part 1 somewere stored in DB or CMS

<header>
headerstuff
</header>
<body>
bodystuff at top of page

Part 2 somewhere stored in DB or CMS

bodystuff at end of page
</body>
</html>

Fixed wicket template part standard sitting besides its corresponding
Java-page

<wicket:extend>
<form wicket:id="summaryform">
wicket stuff
</form>
</wicket:extend>

So when a page request is done part 1 and part 2 should be retrieved from eg
the CMS or DB. And then part 1 + wicket template + part 2 should be combined
to a complete wicket template page so that the page can be rendered. Is this
possible? And what's the best way to do this?

Grz, Herman

-----
www.hermanhorsten.be
-- 
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/dynamic-template-page-tp2550354p2550354.html
Sent from the Users forum mailing list archive at Nabble.com.

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

Reply via email to