Re: how to get html source

2008-04-11 Thread Maurice Marrink
If you are only interested in a few of the tags you could overwrite onComponentTag. But if you want the full page you could render everything to a string : see http://www.nabble.com/Wicket-as-a-template-generator-tp16609133p16610499.html Another option, probably more efficient if you are only

Re: how to get html source

2008-04-11 Thread freak182
hello, Thanks this is what i want... Mr Mean wrote: If you are only interested in a few of the tags you could overwrite onComponentTag. But if you want the full page you could render everything to a string : see

Re: how to get html source

2008-04-10 Thread Maurice Marrink
What do you mean get the html source of a page? Wicket already fetches the html source for your page if it is located in the same package and has the same name as your page. You do not need it. The constructor is irrelevant for this process. Maurice On Thu, Apr 10, 2008 at 10:51 AM, freak182

Re: how to get html source

2008-04-10 Thread freak182
What i mean is the html tags and all kind of stuff of the rendered page. not the .html file...i want to retrieve that and save to DB. Mr Mean wrote: What do you mean get the html source of a page? Wicket already fetches the html source for your page if it is located in the same package

Re: How to get HTML source code from a wicket page

2007-09-04 Thread Oliver Henlich
Hi Jean-Baptiste, Thanks for the response. Here is the jira entry https://issues.apache.org/jira/browse/WICKET-929 Cheers Oliver Jean-Baptiste Quenot wrote: * oliver.henlich: Hi Jean-Baptiste, just wondering if you got a chance to look at this? Hi Oliver, I have identified the bug thanks

Re: How to get HTML source code from a wicket page

2007-09-03 Thread Jean-Baptiste Quenot
* oliver.henlich: Hi Jean-Baptiste, just wondering if you got a chance to look at this? Hi Oliver, I have identified the bug thanks to your stacktrace, and it would be great if you could file an issue on JIRA. Something like: ExceptionErrorPage only works with WebResponse Thanks in advance,

Re: How to get HTML source code from a wicket page (was on old list)

2007-08-15 Thread oliver.henlich
yeah cheers igor it was just that on the thread i linked to there seemed to be a direct way of doing this and there were some hints that it should work on trunk or beta2. igor.vaynberg wrote: did you see the tip about running wickettester in a separate thread? -igor On 8/15/07,