dev@jsftemplating.java.net

Small problem with the masthead component

From: Karam Singh <Karam.Badesha_at_Sun.COM>
Date: Thu, 22 Feb 2007 12:00:33 -0800

Hi,
I have the following code for masthead:

<sun:masthead id="masthead"
              dateTime="#{true}"
              productImageURL="/images/CADRe.png"
              productImageDescription="#{msgs.mastheadAltText}"
>
    <!facet dateTimeInfo>
    <sun:markup tag="div" styleClass="#{themeStyles.MASTHEAD_TIME_DIV}">
        "&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
        <sun:timeStamp />
    </sun:markup>
    </facet>
</sun:masthead>

It was not showing user and servername in the masthead. Then I replaced
my old woodstock, jsftemplating jars with the new ones from the
dev.jara.net website. Now with the same code the following is showing up
in the masthead:
User: | Server:
Did something change in the latest jars that printing the labels for
user and servername eventhough I have specified them in the code?

thanks
Karam