2007-05-20 13:52:32 UTC
Hi,
I am an experienced programmer in C# who is moving to JSP and trying your calendar. It is one of the nicest one so far because as a beginner I could start to immediately use it. I have a question though which may seem too easy but as a beginner I am finding it difficult.
I want to customize the calendar, for e.g. to have a nice look to it. Can you paste an example on how to do it. Or guide me to any article on how to do it. I see you have some css files. How do I use them. I see that you have something like decorator. How do I use it. I saw one of the example that you have, what I could not understand is what is YourCalendarDecorator in the following:
<calendartag:calendar date="${someDateObject}" decorator="YourCalendarDecorator" />