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 interested in
dumping all responses in a database is to put a filter in front of the
wicket filter and capture all output there.

Maurice

On Fri, Apr 11, 2008 at 2:55 AM, freak182 <[EMAIL PROTECTED]> wrote:
>
>
>  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 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 <[EMAIL PROTECTED]> wrote:
>  >>
>  >>  Hello,
>  >>  My problem is how to get the html source of the page with the
>  >> constructor
>  >>  having a parameter?...i see an example of getting the html source of the
>  >>  page with the constructor having no parameter that i think is easy.
>  >>
>  >>  Thanks a lot...Cheers!
>  >>  --
>  >>  View this message in context:
>  >> http://www.nabble.com/how-to-get-html-source-tp16605236p16605236.html
>  >>  Sent from the Wicket - User mailing list archive at Nabble.com.
>  >>
>  >>
>  >>  ---------------------------------------------------------------------
>  >>  To unsubscribe, e-mail: [EMAIL PROTECTED]
>  >>  For additional commands, e-mail: [EMAIL PROTECTED]
>  >>
>  >>
>  >
>  > ---------------------------------------------------------------------
>  > To unsubscribe, e-mail: [EMAIL PROTECTED]
>  > For additional commands, e-mail: [EMAIL PROTECTED]
>  >
>  >
>  >
>
>  --
>  View this message in context: 
> http://www.nabble.com/how-to-get-html-source-tp16605236p16623049.html
>
>
> Sent from the Wicket - User mailing list archive at Nabble.com.
>
>
>  ---------------------------------------------------------------------
>  To unsubscribe, e-mail: [EMAIL PROTECTED]
>  For additional commands, e-mail: [EMAIL PROTECTED]
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to