*Most of the time you will just change property files which is in DDTemplate and patch the server.
*If you need to change JSP then you need to look into tiles folder. You will find JSP for particular
Action class looking into the URL. Suppose URL says something. do then you look into struts-config.xml and
search for something action and you will get how many jsp pages this action class forwarding. In above config
xml file you will jsp name with page but you just need to replace it with tiles and look into tiles folder.
*For all pages with table, OIM uses tablegenerator.jsp file which you will find in utils folder.
*If you need to change functionality of any page then you need to extend the action class.
Replace the name of your action class the one your are extending into struts-config.xml
*Now you need to override the function which deals with your function and change the code as you like.
*To change "Admin.User@company.com" with your email id, open property file xlWebAdmin*.properies
(its in DDTemplates/xlWebApp/classes) and find for above email and replace it with new one and
run patch_.bat(.sh). (* =_en,_en_US ...)
|