Hi,
what does these two lines do?
<include
location="component://common/webcommon/WEB-INF/common-controller.xml"/>
<include
location="component://common/webcommon/WEB-INF/portal-controller.xml"/>
do i need to include these two lines in every controller?
when i mention
<view-map name="main" type="ftl" page="main.ftl"/>
it gives an error *ERROR rendering error page [/error/error.jsp], but here
is the error text: java.io.FileNotFoundException: Template
component://common/webcommon/includes/htmlTemplate.ftl not found.
how to resolve this 1?
*