I think I got it: the <html:form ...> takes the bean-information from the target-action (the action called after submit). So if you use a switchaktion to pass your bean between different modules, you have to use the "deprecated" attributes from the <html:form ...> and specify a "name" and a "type". The form-bean has to be declared/defined in both modules. Doing so, I succeeded in passing the bean between modules (without using the session-scope for the bean).
Hope this will help. But anyway, if the bean does not reach the desired action, you don't get a Jasper-Exception. So there may be some other bugs too. Enjoy your next try and don't change too fast to JSTL ;-) Good luck. cheers Reinhard --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]