Re: Getting the html output of a wicket panel

2011-11-01 Thread mango-object
this is very helpful. thank you very much for taking the time/effort to do the example. my head is still spinning a bit, but you gave me a lot of pointers. thanks again -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Getting-the-html-output-of-a-wicket-panel-tp3962290

Re: Getting the html output of a wicket panel

2011-11-01 Thread Brian Mulholland
I found that an AbstractTransformerBehavior can be plugged into the component and gets a callback that tells it the HTML it is going to render, and gives it a chance to modify it. Brian Mulholland On Tue, Nov 1, 2011 at 9:56 AM, Martin Grigorov wrote: > See > http://svn.apache.org/viewvc/wicket

Re: Getting the html output of a wicket panel

2011-11-01 Thread Martin Grigorov
See http://svn.apache.org/viewvc/wicket/trunk/wicket-examples/src/main/java/org/apache/wicket/examples/asemail/ On Tue, Nov 1, 2011 at 11:01 AM, Martin Grigorov wrote: > I'll extend the examples with this use case soon > > On Tue, Nov 1, 2011 at 3:58 AM, mango-object > wrote: >> we are trying t

Re: Getting the html output of a wicket panel

2011-11-01 Thread Martin Grigorov
I'll extend the examples with this use case soon On Tue, Nov 1, 2011 at 3:58 AM, mango-object wrote: > 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