"explorer" wrote : Trying to include my custom defined header. The thing is its not being picked up. Rather its picking the defualt header.jsp and tab.jsp inside the core. |
this is set in jboss-portal.sar/META-INF/jboss-service.xml : mbean PageCustomizerInterceptor: <mbean | code="org.jboss.portal.core.aspects.controller.PageCustomizerInterceptor" | name="portal:service=Interceptor,type=Command,name=PageCustomizer" | xmbean-dd="" | xmbean-code="org.jboss.portal.jems.as.system.JBossServiceModelMBean"> | <xmbean/> | <attribute name="TargetContextPath">/portal-core</attribute> | <attribute name="HeaderPath">/WEB-INF/jsp/header/header.jsp</attribute> | <attribute name="TabsPath">/WEB-INF/jsp/header/tabs.jsp</attribute> | <!-- Overrides the value of core.login.namespace in config.xml --> | <attribute name="LoginNamespace">dashboard</attribute> | <depends | optional-attribute-name="Config" | proxy-type="attribute">portal:service=ServerConfig</depends> | <depends | optional-attribute-name="PortalAuthorizationManagerFactory" | proxy-type="attribute">portal:service=PortalAuthorizationManagerFactory</depends> | </mbean> in my project theme.war, i use a SimpleTagSupport to realize my own header menu. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4065849#4065849 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4065849 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
