getSession simultaneously

2004-07-01 Thread Mathieu Grimault
Hello everyone ! Did someone had a problem with simultaneous action ? My webapp is working well with on user or more when action are not simultaneous. In this case i get request.getSession() return Null for the first or the second access (not sure). I cannot determine if it's a struts or java

Load problems - sessions lost

2004-06-30 Thread Mathieu Grimault
Hello ! I'm in the deadline of my projet but i'm facing something unexpected. My application is working fine with one user but when their is a simultaneous action sessions cannot been retrived ! I can easily run the problem with Jmeter or manually, two access to my app and it goes down ! The

[50% SOLVED] Resetting Multibox problems

2004-04-09 Thread Mathieu Grimault
I've found a way of bypassing the problem by using a logic:equal and logic:notEqual inside the jsp and testing my row value. This way, the display is correct... it's just not clean. New jsp : " checked="checked"> "> Old jsp : - Or

Resetting Multibox problems

2004-04-09 Thread Mathieu Grimault
Re-Hello ! In addition to my question, i've seen that spy the reset() and constructor call of my actionForm : life cylcle : - constructor -> first access on the jsp - reset -> first access on the jsp - display of the jsp and submit - constructor -> after submiting - reset -> after submiting - t

multibox not resetting

2004-04-09 Thread Mathieu Grimault
Hello ! Multibox made me crazy !! After having each problem detailled on the mailing list i've got another not detailled... I've got a jsp page with a multibox inside an iterate. the initial display is correct and i can correctly retrieve the selected or unselected values and, then write to the

multibox not resetting

2004-04-09 Thread Mathieu Grimault
Hello ! Multibox made me crazy !! After having each problem detailled on the mailing list i've got another not detailled... I've got a jsp page with a multibox inside an iterate. the initial display is correct and i can correctly retrieve the selected or unselected values and, then write to the d