Hello, I may not understand properly the way struts deals with things when validate="true" in the action mapping, so please bear with me. I have a wizard style input form(s) all using the same Action. Most of the time, the Action will only forward to the next page. Only at the last page will the Action perform its work. I want to take advantage of struts' automatic validation of FormBeans. I believe, if I set validate="true", then if validate returns false, struts will automatically forward back to the input page (as specified by the input attribute of the action-mapping element). It seems that this will not work properly for a wizard style approach. This is because the input page changes for every step in the wizard process. Has anyone else dealt with this problem? Do I have to manually perform the validation myself inside the Action? Would it be better to just have an Action for every step in the wizard process? Thanks for any tips or pointers, Seth Seth Ladd | Software Engineer, Product Development Brivo Systems, Inc. [EMAIL PROTECTED] Confidential and Proprietary, Brivo Systems, Inc.