[ http://jira.nuxeo.org/browse/NXP-398?page=comments#action_15598 ] Jean-Marc Orliaguet commented on NXP-398: -----------------------------------------
OK, I understand the reason is that the theme is getting parsed before the 'view_calendar' perspective gets registered: 2006-12-19 20:41:59,357 WARN [org.nuxeo.theme.themes.ThemeParser] Could not find perspective: view_calendar 2006-12-19 20:41:59,371 INFO [org.nuxeo.theme.themes.ThemeParser] Registered THEME: 'default' 2006-12-19 20:41:59,377 INFO [org.nuxeo.theme.types.TypeRegistry] Registered PERSPECTIVE: view_calendar order matters, I'm checking in the required changes in nxthemes-setup.xml in a minute so you can proceed > Problem with pespectives (or with me) > -------------------------------------- > > Key: NXP-398 > URL: http://jira.nuxeo.org/browse/NXP-398 > Project: Nuxeo Enterprise Platform 5 > Issue Type: Bug > Security Level: External(All people) > Components: Web Foundations > Environment: Eclipse Windows > Reporter: Andreas Kalogeropoulos > Assigned To: Jean-Marc Orliaguet > > i added this in nxthemes-setup : > <cell> > <!-- tree view --> > <fragment type="generic fragment" perspectives="default" /> > <!-- clip board --> > <fragment type="generic fragment" perspectives="default" /> > <!-- calendar --> > <fragment type="generic fragment" perspectives="view_calendar" /> > </cell> > .... > <widget element="page/section[2]/cell[1]/fragment[3]"> > <view>nuxeo5 calendar actions</view> > </widget> > and this on ThemesExtension : > <view name="nuxeo5 calendar actions"> > <format-type>widget</format-type> > <class>org.nuxeo.theme.jsf.views.JSFView</class> > <template>incl/user_calendar.xhtml</template> > <resource>scriptaculous.js</resource> > </view> > ... > <view id="/view_calendar.xhtml"> > <perspective>view_calendar</perspective> > </view> > ... > <!-- perspectives --> > <extension target="org.nuxeo.theme.services.ThemeService" > point="perspectives"> > <perspective name="view_calendar"> > <title>Calendar management mode</title> > </perspective> > </extension> > "/user_calendar.xhtml" only containing a String for test ... > Problem is i can see this test String everywhere , when i expected to see > only when i i call "view_calendar.xhtml". > However i see my two default widget (tree and clipboard) dissapear when i > call "view_calendar.xhtml". -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.nuxeo.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira _______________________________________________ ECM-tickets mailing list [email protected] http://lists.nuxeo.com/mailman/listinfo/ecm-tickets
