Can Wicket Work for all other FileTypes too as with HTML...
I mean can Wicket also spit out XML, XLS, TXT and all other Formats that have parsable schemes
This mean that if i have:
MyXMLPage.java
MyXMLPage.xml
even without having is as .html, does it work
MyTextPage.java
MyTextPage.txt //any luck
Excel and most office formats are XML as well...
Can there be:
MyExcelPage.java
MyExcelPage.xls
and then Wicket will stream out the Excel File?
--Loving this Wicket Life
