This contribution by Ravindran Ramaiah is now available on the More About Struts page < http://husted.com/about/struts >. Once I've had a chance to review it, I'll also consider it for the new Contrib branch of the CVS to be added this week. Any other contributions which people have sent along but were buried on the list can also be sent directly to me for review and posting. -Ted. =================== Ted, I have developed a code generator for struts. It can generate Action and Form class by reading the JSP files. Can you please share this with the STRUTS community. I have been successfuly using it for my project. 1. Introspects all the JSPs (including sub directories) from a root directory specified on the struts.ini (./config/struts.ini) 2. Creates the Form bean elements for the "property" items in the JSPs (excluding any image and hidden property names). It also generates the Action file. 3. Package Name for the Root level files will be assigned with the name "CHANGE THIS LATER". For all other files under sub-directories, package name will be assigned as with the JSP file structures.