What else do you want to generate? For XML maybe this link give you a hint:

http://www.jroller.com/wireframe/entry/wicket_feedpage

As for generating other things (e.g. PDF)... One idea could be navigate
the component hierarchy and produce some document out of it. Of course,
for doing this you will have to attribute some "meaning", on the target
output format, to your components (e.g. a GRID into a PDF grid-table, a
form into table displaying your filters, etc)... I have tried this once
and it worked fine but at the end I ended up using other approach to
generate  content different than HTML: instead of the navigating
components just navigate the data used to produce them...

Regards,

Ernesto 

Eyal Golan wrote:
> Hi,
> I was asked today if it's possible to render a page to different format than
> HTML.
> I guess it is possible, but how one can do it?
>
>
> Eyal Golan
> [EMAIL PROTECTED]
>
> Visit: http://jvdrums.sourceforge.net/
> LinkedIn: http://www.linkedin.com/in/egolan74
>
> P  Save a tree. Please don't print this e-mail unless it's really necessary
>
>   


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to