Use html from url as markup

2011-07-11 Thread Marieke Vandamme
Hello, Is it possible to use html from an url as Markup-code for a WebPage? I thought of doing something like this: /public class MarkupTestPage extends WebPage implements IMarkupResourceStreamProvider { public MarkupTestPage(){ } public IResourceStream getMarkupResourceStream

Re: Use html from url as markup

2011-07-11 Thread Martin Grigorov
Create a base page which includes its html from URL and a child page which has wicket:head and wicket:extend/. And grand-child page if needed. On Mon, Jul 11, 2011 at 10:16 AM, Marieke Vandamme marieke.vanda...@tvh.be wrote: Hello, Is it possible to use html from an url as Markup-code

Re: Use html from url as markup

2011-07-11 Thread Marieke Vandamme
I've tried, but only getting the html from the parent page. What's between wicket:extend-tags is'nt on it... -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Use-html-from-url-as-markup-tp3658921p3659001.html Sent from the Users forum mailing list archive

Re: Use html from url as markup

2011-07-11 Thread Marieke Vandamme
! Kind Regards, Marieke Vandamme -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Use-html-from-url-as-markup-tp3658921p3659156.html Sent from the Users forum mailing list archive at Nabble.com