On 5/1/08, Andrew Broderick <[EMAIL PROTECTED]> wrote:
> FYI, what's wrong with the Javadoc is that for RestartResponseException, it 
> says:

"Causes wicket to interrupt current request processing and immediately
respond with the specified page."

> And for RestartResponseAtInterceptPageException, it says:

"Causes Wicket to interrupt current request processing and immediately
redirect to an intercept page. Similar to calling
redirectToInteceptPage(Page) with the difference that this exception
will interrupt processing of the current request."

>  This says nothing about what the differences between the two are.

Actually it does: one goes to the specified page, the other goes to an
intercept page. If this is not clear enough, you can open up
redirectToInterceptPage(Page) and read there: "Redirects browser to an
intermediate page such as a sign-in page."

But if you have a better description, you are welcome to submit a patch.

Martijn

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

Reply via email to