ICEfaces Schedule Component issues
[Logo]
ICEsoft.org Forums: ICEfaces, ICEmobile, ICEpdf
[Search] Search   [Recent Topics] Recent Topics   [Groups] Home Page | www.icefaces.org  [Register] Register  [Login] Login 
ICEfaces Schedule Component issues  XML
Forum Index -> Components
Author Message
nabeilahmed

Joined: 29/08/2010 01:15:47
Messages: 8
Offline


Hi, i have been trying to use ICEfaces composite component schedule, but getting this exception:

Unable to set property calendarViewService for managed bean calendarController

whereas my faces-config.xml configurations are as follows:

<managed-bean>
<managed-bean-name>calendarController</managed-bean-name>
<managed-bean-class>com.icesoft.faces.facelets.component.schedule.CalendarController</managed-bean-class>
<managed-bean-scope>request</managed-bean-scope>
<managed-property>
<property-name>calendarViewService</property-name>
<property-class>com.icesoft.faces.facelets.component.schedule.CalendarViewService</property-class>
<value>#{calendarViewService}</value>
</managed-property>
</managed-bean>
<managed-bean>
<managed-bean-name>calendarViewUtil</managed-bean-name>
<managed-bean-class>com.icesoft.faces.facelets.component.util.CalendarViewUtil</managed-bean-class>
<managed-bean-scope>session</managed-bean-scope>
</managed-bean>


Any help?
nabeilahmed

Joined: 29/08/2010 01:15:47
Messages: 8
Offline


I have added some events on calendar.
how can i select and edit the event from the calendar?
brad.kroeger

Joined: 26/10/2004 00:00:00
Messages: 295
Offline


The schedule component is a viewer for the CalendarEvents returned from the service. At this point, it is up to your implementation to supply and edit the CalendarEvents.

Brad Kroeger
Developer
ICEsoft Technologies, Inc.
[Email]
nair_anoop

Joined: 06/04/2009 00:00:00
Messages: 2
Offline


That is fine, but how to select specific events?
 
Forum Index -> Components
Go to:   
Powered by JForum 2.1.7ice © JForum Team