Re: How to get HTML source code from a wicket page

2007-09-04 Thread Oliver Henlich

Hi Jean-Baptiste,

Thanks for the response.

Here is the jira entry
https://issues.apache.org/jira/browse/WICKET-929

Cheers
Oliver

Jean-Baptiste Quenot wrote:

* oliver.henlich:

Hi Jean-Baptiste, just wondering if you got a chance to look at this?


Hi Oliver,

I have identified the bug thanks to your stacktrace, and it would
be great if you could file an issue on JIRA.

Something like: ExceptionErrorPage only works with WebResponse

Thanks in advance,




smime.p7s
Description: S/MIME Cryptographic Signature


Re: Wicket-Spring

2007-08-29 Thread Oliver Henlich

bhupat parmar wrote:

Hi
i want to integarte my wicket rame work with an existing spring frame work
.Can some body tell how to go about it?
thanks



You really should learn to search just a little bit

Quick google search gives you:

http://cwiki.apache.org/WICKET/spring.html

Oliver


smime.p7s
Description: S/MIME Cryptographic Signature


Re: Question about using UploadWebRequest

2007-08-21 Thread Oliver Henlich

Al Maw wrote:

oliver.henlich wrote:

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?


Yes, this is fine.

The only reason you need to set this up and we haven't baked it into 
the core standard set-up is that the AJAX progress bar stuff is in 
Wicket-extensions. IMO, maybe it's time to move that to core.


Regards,

Al
Ah ok thanks. I was just worried that there would some extra overhead 
for all normal requests.

Cheers
Oliver


smime.p7s
Description: S/MIME Cryptographic Signature