Hi,

What's the nice / correct way to do this in Wicket:

I have a client side bit of JS that looks something like

    getData(URL);

It expects to get back an XML document like

    <data>
          <entry>foo</entry>
          <entry>bar</entry>
    </data>

On the wicket side, I want the Java object that spits back the XML to be 
part of a component.  This parent component will have supplied the URL in 
question.

Any ideas how I should do this?

Thanks,

Ambrose Wheatcroft
Analyst / Programmer, JHC PLC

+44 (0)20 7367 6500

Reply via email to