Your Internet Explorer version is not compatible with our shopping cart system. Please use version 9 or higher to avoid problems with your order(s). Close
I’m playing around with the tutorial on creating a new (Form, Action, JSP). After deleting the files through the designer and trying to create them again I got a message that the form bean already existed. If the GUI adds the entry into the struts-config.xml it would seem that it should remove it if you remove the file, clean, rebuild, etc.?
The reason this is happening is that the forms don’t have a graphical representation in the diagram, just actions and JSPs. So when you erase an action, it is correctly removed from the config file, but both forms and JSPs can be reused in any number of actions, so they are not erased because they could be in use in another portion of the application.