Re: Write XML response

2009-06-09 Thread Cristi Manole
tags as normal, etc. Then in FooPanel.java override getMarkupType and > >>>> return "xml". > >>>> > >>>> -- > >>>> Jeremy Thomerson > >>>> http://www.wickettraining.com > >>>> > >>>>

Re: Write XML response

2009-06-09 Thread Jeremy Thomerson
>>>> return "xml". >>>> >>>> -- >>>> Jeremy Thomerson >>>> http://www.wickettraining.com >>>> >>>> >>>> >>>> >>>>

Re: Write XML response

2009-06-09 Thread m_salman
p://www.wickettraining.com >>> >>> >>> >>> >>> On Tue, Jun 9, 2009 at 1:17 PM, m_salman >>> wrote: >>>> >>>> I would appreciate very much if some one can tell me how can I use this >>>> method,

Re: Write XML response

2009-06-09 Thread Jeremy Thomerson
t; I would appreciate very much if some one can tell me how can I use this >>> method, or any other method, to display xml in a panel.  I want xml to be >>> displayed in an interactive format in  a panel when a form is su

Re: Write XML response

2009-06-09 Thread m_salman
gt; displayed in an interactive format in  a panel when a form is submitted. >> >> Thanks. >> -- >> View this message in context: >> http://www.nabble.com/Write-XML-response-tp20210589p23948547.html >> Sent from the Wicket - User mailing list archive at Nabble.

Re: Write XML response

2009-06-09 Thread Jeremy Thomerson
ive format in  a panel when a form is submitted. > > Thanks. > -- > View this message in context: > http://www.nabble.com/Write-XML-response-tp20210589p23948547.html > Sent from the Wicket - User mailing list archive at Nabble.com. > > > -

Re: Write XML response

2009-06-09 Thread m_salman
I would appreciate very much if some one can tell me how can I use this method, or any other method, to display xml in a panel. I want xml to be displayed in an interactive format in a panel when a form is submitted. Thanks. -- View this message in context: http://www.nabble.com/Write-XML

Re: Write XML response

2008-10-28 Thread Ambrose . Wheatcroft
(0)20 7367 6500 • Fax: +44 (0)20 7367 6501 From: "Igor Vaynberg" <[EMAIL PROTECTED]> To: users@wicket.apache.org Date: 28/10/2008 16:46 Subject: Re: Write XML response is it not just a matter of setting the right header? -igor On Tue, Oct 28, 2008 at 9:19 AM, <[EMAI

Re: Write XML response

2008-10-28 Thread Igor Vaynberg
is it not just a matter of setting the right header? -igor On Tue, Oct 28, 2008 at 9:19 AM, <[EMAIL PROTECTED]> wrote: > Hello, > > I wonder if you can help. I'm trying to send back some XML from an > AbstractAjaxBehavior like this: > > public class MyAjaxBehavior extends AbstractAjaxBehavior

Write XML response

2008-10-28 Thread Ambrose . Wheatcroft
Hello, I wonder if you can help. I'm trying to send back some XML from an AbstractAjaxBehavior like this: public class MyAjaxBehavior extends AbstractAjaxBehavior { @Override public void onRequest() { String reply = XML document as String.