Re: dynamic template page

2010-09-23 Thread hermanhorsten
Thanks a lot! IMarkupResourceStreamProvider does the trick:) - www.hermanhorsten.be -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/dynamic-template-page-tp2550354p2551774.html Sent from the Users forum mailing list archive at Nabble.com.

dynamic template page

2010-09-22 Thread hermanhorsten
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

retrieving HTML-templates via HTTP

2010-09-16 Thread hermanhorsten
HTML templates are by default stored side-by-side with the Java code. But is it possible to retrieve the HTML-templates from another server via HTTP? In the project I'm currently working on HTML-templates are published to a dedicated template-server and the wicket-stuff is running on another