Hello everyone, I have this weird little problem and I don't know how to fix it. I have a form (actually I have many forms but the others work just fine) and a form bean and action class for it. Now when the form gets processed (after hitting 'submit') its form bean should get stored in the request. But it isn't for some reason. When the action class now tries to access this form bean, it can't find it in the request and creates a new one - which results in exceptions since it doesn't have the data the form bean should've had.
Any ideas why? I've checked the action mapping, it is set to request and there is an attribute defined for the form bean. I know the form does not get stored in the request since that would usually be logged in my log file (it gets logged for all the other forms, anyway) but there is no such entry for it. I would include code with this email but I have no idea where the error might be and I don't want to post all of the code of those two classes, the form and the action mapping for it, since that would be way too much code, I fear... If you could tell me what you need to look to find out where the error is, I'll send it in - and I'd greatly appreciate any kind of help. This error is slowly driving me crazy... Greetings, Nadja --------------------------------------------------------------------- Nadja Senoucci Universitaet Hamburg Zentrum für Molekulare Neurobiologie Service-Gruppe EDV Falkenried 94 20251 Hamburg Germany Tel.:040 - 428 - 03 - 6619 Fax.:040 - 428 - 03 - 6621 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]