Martin Dames wrote:
> Ok thanks for the tip,
> 
> but why is Firefox offering a download instead of rendering it?

See Page#configureResponse()
This does a:
response.setContentType("text/" + getMarkupType() + "; charset=" + 
encoding);

You could override this to do what you want, but like I said before, 
trust me - you don't want to do that.

Al

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to