The default redirect strategy of Wicket is to render into a buffer,
issue a redirect and then return the buffer.

Did you try to switch the redirect strategies?

Martijn

On 10/22/06, Nick Johnson <[EMAIL PROTECTED]> wrote:
> Greetings,
>
> I'm writing this in the hope that someone has seen this problem before and
> can offer a solution.
>
> I use Sitemesh to decorate pages of various sources (html, jsp, text) and
> I'm experimenting with converting some legacy web apps to use Wicket.
>
> The problem I'm having is that when hitting the submit button on a Wicket
> form, the resulting page gets truncated after 2842 bytes, which is well
> inside the Sitemesh decorator page.  If I hit the browser's reload button,
> I get the whole page.
>
> It's unclear whether this behaviour is caused by Wicket, Sitemesh or
> Tomcat.  It's surely bizarre that hitting reload would cause the page to
> display properly.  Maybe something to do wish sessions?
>
> This is using Wicket 1.2.2 with Sitemesh 2.2.1 in Tomcat 5.5.20..
>
> Has anyone else seen similar behaviour and found a workaround or fix?
>
>     Nick
>
> --
>
> -------------------------------------------------------------------------
> Using Tomcat but need to do more? Need to support web services, security?
> Get stuff done quickly with pre-integrated technology to make your job easier
> Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
> _______________________________________________
> Wicket-user mailing list
> Wicket-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wicket-user
>


-- 
<a href="http://www.thebeststuffintheworld.com/vote_for/wicket";>Vote</a>
for <a href="http://www.thebeststuffintheworld.com/stuff/wicket";>Wicket</a>
at the <a href="http://www.thebeststuffintheworld.com/";>Best Stuff in
the World!</a>

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to