we are trying to get the rendered output of a wicket panel (inside the current page) into a string variable so that it can be embedded into a email or let the user edit it in an editor such as TinyMCE.
I found this post that is really helpful, but we only need the output of a panel, not the current page. http://apache-wicket.1842946.n4.nabble.com/WebPage-geting-string-tt2993717.html first thought would be to get the output from the whole page and parse and extract the panel content, but is there a better way? thanks for any help -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Getting-the-html-output-of-a-wicket-panel-tp3962290p3962290.html Sent from the Users forum mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
