Urgent - problem with multiple users on same page

Hi all,

I have got an big problem with my app:

when several users are using the same page, the action launched by USER_A affects the page displayed and used for USER_B.

If there is only one user using the page, there is no problem at all.

The webapp is deployed on Tomcat or JBoss and the problem remains the same on both.

Thank you for your help.

PS: I am not accurate because I don't know what to paste here.

[454 byte] By [rouxxx] at [2007-11-26 9:12:32]
# 1
Sounds like you have some scope issues (application, session, request, etc.) Provide additional detail. There is not enough information to say it one way or the other.
Sabir at 2007-7-6 23:34:11 > top of Java-index,Development Tools,Java Tools...
# 2

In fact, all my page beans are in REQUEST scope...

The only bean in Application scope is the standard applicationBean created by Creator itself.

We use one Bean in session scope which contains another class.

I will try to explain our common process:

- when logging into the app, the session Bean stores user data (rights for using app,...);

- when navigating in the app, the user can search data, modify them and create one (if he has the right to do it);

- to define the screen, we use a lot the beforeRenderResponse();

- when viewing a data, the user can choose to modify it, so depending on the action, the page is in "CONSULT" mode or "MODIFY" mode. In the second one, he can display new gridPanel (as a subform) to populate datatable.

The problem is obvious while using this grid: my grid can disappear if someone else has validated his form before me and if my page goes trough the beforeRender of my page.

It is not really clear. If needed, i can give access to our application to show the problem (and msn adress too to talk about it).

Thank you

rouxxx at 2007-7-6 23:34:11 > top of Java-index,Development Tools,Java Tools...
# 3
What database and app server are you using? I am trying to figure out if I can easily replicate the problem on my end if you send me the project file.
Sabir at 2007-7-6 23:34:11 > top of Java-index,Development Tools,Java Tools...
# 4
Using Mysql and Sql Server as well.We use Creator 1.Give me an email I can send you the project.Message was edited by: rouxxx
rouxxx at 2007-7-6 23:34:11 > top of Java-index,Development Tools,Java Tools...
# 5
msabir1@gmail.com, please let me know when you send it, so that I can delete my email addr from this posting - i hate to get spam.
Sabir at 2007-7-6 23:34:11 > top of Java-index,Development Tools,Java Tools...
# 6
mail is pasted
rouxxx at 2007-7-6 23:34:11 > top of Java-index,Development Tools,Java Tools...