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 heidi.t...@objectconsulting.com.au 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

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 mgrigo...@apache.org wrote: I'll extend the examples with this use case soon On Tue, Nov 1, 2011 at 3:58 AM, mango-object

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 mgrigo...@apache.org wrote: See

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: