users@woodstock.java.net

masthead related questions

From: Manveen Kaur <Manveen.Kaur_at_Sun.COM>
Date: Fri, 26 Oct 2007 16:19:32 -0700

Hi,

I'm using woodstock 4.0 and am trying to create a masthead.

Here's what I have:

  <webuijsf:masthead id="Masthead" productImageURL="/images/generic.png"
                  productImageWidth="$int{135}"
productImageHeight="$int{70}"
                  
productImageDescription="$resource{i18n.mastHeadDescription}"
                  serverInfo="$session{serverName}"
                  roleInfo="want_to_omit"
                  userInfo="$session{userName}" >

  I don't want the role to appear in the mast head. For this I removed
roleInfo attribute from the above. But then I see a duplicate "User:"
value listed.

1. I want to know how to omit the role?

2. How can I add more information to the masthead (specifically links).

thanks
Manveen