Hi,
I have a project that has a jsp that I would like to reference in another project. Does anyone have an idea how to do this?
My first project is defined:
<application alias="NEW_SAP_PORTAL_COMMON"> </application>
and my second is defined in it's own portalapp.xml:
<application> <application-config> <property name="startup" value="false"/> <property name="SharingReference" value="htmlb, jcoclient, landscape,NEW_SAP_PORTAL_COMMON"/> </application-config> <components> <component name="Help"> <component-config> <property name="ResourceBundleName" value="help"/> <property name="ClassName" value="com.ba.portal.vendor.help.controller.BAHelpController"/> <property name="SecurityZone" value="com.ba.portal.vendor.help.controller/high_safety"/> </component-config> <component-profile> <property name="tagLib" value="/SERVICE/htmlb/taglib/htmlb.tld"/> </component-profile> </component> </components> </application>
I would like to create a repository for common jsps like errorfile, tablefiles, and other common components.
thank you in advance for your help,
Mariana