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}">
"
<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