Anthony,
I suspect you will see the following error message in the jetspeed.log
file:
[Thu Aug 30 09:09:52 EDT 2001] -- ERROR -- Error processing info-tag,
parameter: UserName
        Exception:  java.lang.NullPointerException
        Stack Trace follows:
        java.lang.NullPointerException
        at
org.apache.jetspeed.services.jsp.tags.InfoTag.doStartTag(InfoTag.java:105)

The problem is related to the parameter UserName.  The parameter
ServerDate works correctly. 

Paul Spencer

Anthony Smith wrote:
> 
> I am still using 1.3a1, but I want to know how I can use the value:
> <jetspeed:info requestedInfo="UserName" />
> to set it or compare it to another String in JSP. JSP does not lag the tag
> syntax.
> 
> <% String UserName = "<jetspeed:info requestedInfo="UserName" />" %>
> 
> This does not fly. What are my options?
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to