Hi, Regarding Question 2: You can try to extend org.apache.myfaces.custom.schedule.renderer.DefaultScheduleEntryRenderer and overwrite the methods, that render the content.
In your jsp-Site you pass your EntryRenderer via entryRenderer attribute of t:schedule Tag. Regards, Stephan -----Ursprüngliche Nachricht----- Von: ernest210 [mailto:[email protected]] Gesendet: Montag, 16. Februar 2009 12:10 An: [email protected] Betreff: Two question about t:schedule (tomahawk). Hello I have two question about t:schedule (this one http://myfaces.apache.org/tomahawk-project/tomahawk/tagdoc/t_schedule.html ) so: 1. Value which is displayable is a link type, so my question is do there is any away to change this on text (joust text no link)? 2. Can I somehow add break line (<br> tag) to text. I want to display text which looks like this >From 9:15 to 15:15 FirstName SecondName But I have something like that >From 9:15 to 15:15 FirstName SecondName I joust wont to make sure that FirstName and SecondName always will be in new line. -- View this message in context: http://www.nabble.com/Two-question-about-t%3Aschedule-%28tomahawk%29.-tp2203 5343p22035343.html Sent from the MyFaces - Users mailing list archive at Nabble.com.

