Question about using UploadWebRequest

2007-08-20 Thread oliver.henlich
The javadoc on org.apache.wicket.extensions.ajax.markup.html.form.upload.UploadWebRequest explains how to install it (Note: javadoc has problems with it...maybe the @ symbol?). class MyApplication extends WebApplication { ... @Override protected WebRequest newWebRequest(HttpServletRequest ser

Re: How to get HTML source code from a wicket page (was on old list)

2007-08-15 Thread oliver.henlich
; > > On 8/15/07, oliver.henlich <[EMAIL PROTECTED]> wrote: >> >> >> Hi, >> >> Still trying to get the HTML source from a wicket page. However, the >> discussion was on the old user group and i don't think anyone is looking >> t

How to get HTML source code from a wicket page (was on old list)

2007-08-15 Thread oliver.henlich
Hi, Still trying to get the HTML source from a wicket page. However, the discussion was on the old user group and i don't think anyone is looking there anymore so here is the post with the last state of things. http://www.nabble.com/forum/ViewPost.jtp?post=12044817&framed=y Ideas? Oliver --