Re: How to Handle ResourceStreamNotFoundException

2011-08-19 Thread hfriederichs
you very much for your interest and help. Regards, Hans -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/How-to-Handle-ResourceStreamNotFoundException-tp3749331p3754846.html Sent from the Users forum mailing list archive at Nabble.com

Re: How to Handle ResourceStreamNotFoundException

2011-08-18 Thread Dan Retzlaff
t; is > reloaded after a RestartResponseException, I want to initialize it with the > afore entered data. I managed to do that using PageParameters (or the > Session), but in that case the refresh button will always generate a > 'prefilled' page, with the values of the lat

Re: How to Handle ResourceStreamNotFoundException

2011-08-18 Thread hfriederichs
at case the refresh button will always generate a 'prefilled' page, with the values of the lat entered application code. Regards, Hans Friederichs -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/How-to-Handle-ResourceStreamNotFoundException-tp3749331p375

Re: How to Handle ResourceStreamNotFoundException

2011-08-17 Thread Dan Retzlaff
tallation manual in zipfile"); > return zipFile; >} > >@Override >public Locale getLocale() { >return new Locale("nl", "NL"); >} > >@Override >public long length() { >return size; >}

How to Handle ResourceStreamNotFoundException

2011-08-17 Thread hfriederichs
rn size; } @Override public void setLocale(Locale locale) { } @Override public Time lastModifiedTime() { return Time.milliseconds(time); } -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/How-to-Handle-Resou