Re: [Wicket-user] wicket.markup.html.include.Include / encoding error

2006-07-14 Thread Eelco Hillenius
You have to use a reader for that instead of an inputstream. See Java IO's documentation for more on that. Eelco On 7/11/06, Nino Wael [EMAIL PROTECTED] wrote: Hi Im a little curious about this. I have an file stream which is delivered(actually a html file) to me, I then write the file

[Wicket-user] wicket.markup.html.include.Include / encoding error

2006-07-11 Thread Nino Wael
Hi Im a little curious about this. I have an file stream which is delivered(actually a html file) to me, I then write the file as a temporary file: String path = ((WebRequest) page.getRequest())