You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@myfaces.apache.org by Jurgen Lust <ju...@gmail.com> on 2006/06/18 16:59:16 UTC

schedule component entryRenderer attribute changed

Hi,

I've just changed the behaviour of the entryRenderer attribute for the
schedule component. Previously you would specify the fully qualified
classname of a class that implements the ScheduleEntryRenderer interface.
This was not very flexible however, therefore, following the advice by
Julian Ray, this attribute should now be a value binding expression that
points to a instance of such class. See example 4 in the simple examples for
details.

Jurgen