The easiest thing is to write the XML in your HTML. Wicket and HTML
don't bite each other. And just having the .html extension doesn't
matter much. Or if it does, you can customize the resource loading.

And if you want to explicitly set the content type, you can use:
getResponse.setContentType("text/xml")

Eelco


On 9/23/05, pepone pepone <[EMAIL PROTECTED]> wrote:
> Hello i want to build a componente that create a RSS file with the
> latest changes of my wicket app
>
> what super class you recomend to use
>
> How write xml response
>
> any ideas are wellcome
>
> thanks
>
>
> -------------------------------------------------------
> SF.Net email is sponsored by:
> Tame your development challenges with Apache's Geronimo App Server. Download
> it for free - -and be entered to win a 42" plasma tv or your very own
> Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
> _______________________________________________
> Wicket-user mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/wicket-user
>


-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
Wicket-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to