Struts 2 - Validation - Different jsp, one save method

2010-03-02 Thread Julien ROTT
Hi, I have a save method in an action. Due to configuration, data can come from the same form on different jsp. Each jsp having different required fields. For example, an address form. On one jsp the "Country" field is required, on another one the "Country" field is NOT required... Can I specify

Re: Are sessions confused?

2008-06-06 Thread Julien ROTT
this seems to work, the sessions aren't overlaping anymore. I'll test deeper on monday ;-) Thanks ! 2008/6/6 Juan Pablo Pizarro <[EMAIL PROTECTED]>: > Hi Julien, > > I had two problems, the first was my app, where the problem was > hibernate. The other, on my pc at home, the struts-blank, I don'

Re: Are sessions confused?

2008-06-06 Thread Julien ROTT
Hi Juan Pablo, did you find a solution to your problem ? I have the same: my application is on the internet, and the clients access to the application from behind a proxy. When client "A" logs in, and then a client "B" logs in, Client "B" sees the data which is stored in client "A" session. Is i

Re: [Struts 2] webapp on internet, clients behind a proxy --> session clash

2008-06-05 Thread Julien ROTT
So there is no solution to avoid the sessions clash in this situation ? 2008/6/5 Dave Newton <[EMAIL PROTECTED]>: > --- On Thu, 6/5/08, Julien ROTT <[EMAIL PROTECTED]> wrote: > > I guess the server is a bit confused because the clients > > have the same IP addre

[Struts 2] webapp on internet, clients behind a proxy --> session clash

2008-06-04 Thread Julien ROTT
Hello, I have put my webapplication on a server on the internet. Some clients access this application from behind a company proxy and there are session problems : one client sees the data from another client... but when hitting "F5" the browser gets back to its normal session. I guess the server