[Actionframework-users] Problems with "request" persistence
Status: Inactive
Brought to you by:
ptoman
From: <ser...@is...> - 2004-07-30 11:55:06
|
Hi there! I'm using AS to show some data in a web page. All the showed data is=20 embedded in a class component, with some accesible properties and=20 methods. Those methods are called to pass some parameters to an HTML=20 form that calls another action in the same component. This component has=20 "session" persistence and everything is alrite. But now i find that if different users connect to the page to see=20 different data, the component only stores the last request. What happens? If user A connects to the server and retrieves data and then user B does=20 the same, the component is loaded with the information that user B=20 asked. So if now user A click on a submit button on the form, the new=20 page that is showed is a fake, because it starts from the data that user=20 B asked. I thought that by putting "request" persistence the problem would go=20 away, but what i get is a "NullPointerException" error. Anyone can help me? Thanks in advance. Regards, --=20 Seraf=EDn Orill=E1n Chaparro Isotrol S.A. Avda. de la Innovaci=F3n s/n +34 955 036 800 e-mail: ser...@is... |