| Re: screens When you take a copy of the file, lets say you have named it 'A' in the same folder(contact). You have deleted some fields in A.
You will be able to view the changes of A in the UI only if you change the
getStyleSheetEditString() method in the PersonContactManagementServlet.java . If you check this method, it points to the xsl that should be displayed when you click on 'New' or 'Edit' . so in this method change the xsl path to 'contact/A.xsl' .
Once the getStyleSheetEditString() method is changed and now it points to your new xsl, the framework will automatically redirect you to the same xsl when you click on 'Create Another' . |