try taking sitemesh out of the picture and see if that helps. i remember postings on this list a long time ago about sitemesh messing up wicket.
-igor On Tue, Nov 24, 2009 at 6:00 AM, zoltan luspai <[email protected]> wrote: > Hi, > > > Nothing fancy like that; no replication, just a simple localhost > installation for development and testing. The stack is a bit of a weird mix, > mostly legacy jsp/struts pages, decorated using sitemesh, plus few wicket > pages yet also decorated by sitemesh (plus some hacking to include jsp > fragments; don't ask ;-). > > > What I see now that if I use the "http://localhost:7001/x" url then any > "POST" request will just fail, for example validation of some component is > not called, but if I use the ip address like "http://127.0.0.1/x" urls then > it is just fine. Any hints on that? The same stuff is fine with tomcat. > > Btw; I'm on linux and localhost corretly resolves to 127.0.0.1. > > > Cheers ( and sorry if that goes off-topic ) > > Zoltan > > > Doug Leeper wrote: > >> We've had no problems on our implementation. Even session replication >> works >> as expected. >> >> What is your stack? Are you doing stick sessions? Have you enabled >> session replication? >> > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
