Hi, I'm assuming that you're using Struts 1, if so ActionForms are stored in session by default [1], change scope of your action mapping to request [2]
[1] http://struts.apache.org/1.3.8/userGuide/building_controller.html#action_form_classes [2] http://struts.apache.org/1.3.8/userGuide/building_controller.html#action_mapping_example Regards -- Lukasz http://www.lenart.org.pl/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]