Yes, I think so. I happened to have just looked at the new code for
this component yesterday re: the same issue. The current code always
writes this out. I suggested a work-a-round that involved using the
label facets for user / server to write out html comments "<!--" and
-"->". This solved the problem. It is not enough to supply blank
labels because the divider (|) character is still rendered.
I cc'd the woodstock alias in case they want to add more...
Ken
Karam Singh wrote:
> 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