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 servletRequest) {
 return new UploadWebRequest(servletRequest);
  }
 ...
}


Does this not mean that _all_ requests handled by this application will be
using UploadWebRequests?

If so, is this fine? Is this how everyone does it? Overheads?


Cheers
Oli


-- 
View this message in context: 
http://www.nabble.com/Question-about-using-UploadWebRequest-tf4301766.html#a12244655
Sent from the Wicket - User mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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=12044817framed=y


Ideas?

Oliver
-- 
View this message in context: 
http://www.nabble.com/How-to-get-HTML-source-code-from-a-wicket-page-%28was-on-old-list%29-tf4276165.html#a12171769
Sent from the Wicket - User mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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

2007-08-15 Thread oliver.henlich

yeah cheers igor

it was just that on the thread i linked to there seemed to be a direct way
of doing this and there were some hints that it should work on trunk or
beta2.




igor.vaynberg wrote:
 
 did you see the tip about running wickettester in a separate thread?
 
 -igor
 
 
 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
 there anymore so here is the post with the last state of things.

 http://www.nabble.com/forum/ViewPost.jtp?post=12044817framed=y


 Ideas?

 Oliver
 --
 View this message in context:
 http://www.nabble.com/How-to-get-HTML-source-code-from-a-wicket-page-%28was-on-old-list%29-tf4276165.html#a12171769
 Sent from the Wicket - User mailing list archive at Nabble.com.


 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]


 
 

-- 
View this message in context: 
http://www.nabble.com/How-to-get-HTML-source-code-from-a-wicket-page-%28was-on-old-list%29-tf4276165.html#a12172646
Sent from the Wicket - User mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]