Hi Nitesh,
in HR module
Click Employee Tab in home page
This Employees tab is define in
humanres/widget/HumanresMenus.xml
This Employees is target findEmployees
Target is always define in controller.xml of each component.
you can see findEmployees target in
humanres/webapp/WEB-INF/controller.xml
<request-map uri="findEmployees">
<security https="true" auth="true"/>
<response name="success" type="view" value="FindEmployee"/>
</request-map>
<view-map name="FindEmployee" type="screen" page="component://humanres/widget/EmployeeScreens.xml#FindEmployee"/>
This FindEmployee screen is in this file humanres/widget/EmployeeScreens.xml
This FindEmployee screen contain .ftl file
and services are define in servicedef/service.xml
thanks
Dhiraj Gupta
Dhiraj Gupta