[Wicket-user] Download file/ trying to use webresource using wicket 1.2 plain

2006-12-12 Thread Nino Wael
Hi I've trying to use the this example: http://cwiki.apache.org/WICKET/best-practices-and-gotchas.html#BestPracticesandGotchas-Startingdownloadafterformsubmission%2528Wicket1.2%2529 WebResource export = new WebResource() { @Override public IResourceStream

Re: [Wicket-user] Download file/ trying to use webresource using wicket 1.2 plain

2006-12-12 Thread Igor Vaynberg
what is the generated url? if you set a breakpoint in getResourceStream() is it hit? -igor On 12/12/06, Nino Wael [EMAIL PROTECTED] wrote: Hi I've trying to use the this example: