monthHeader.beginBody();
HtmlTag thMonth = writer.startTag("th");
thMonth.addAttribute("class", this.monthClass);
thMonth.addAttribute("colspan", 8);
thMonth.beginBody();
String item = calendarInfo.getLinkText();
String text = calendarInfo.getMonthText() + " " + calendarInfo.getYearText();
if (selectMonthAction != null)
{
renderLink(writer, text, selectMonthAction, paramName, item);