DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21595>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21595

bug in creating user profile

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|1.4b2                       |1.4b5



------- Additional Comments From [EMAIL PROTECTED]  2003-07-16 02:20 -------
This was introduced by the fix for regenerating ids.  Here is my idea for the
fix, but I was hoping for some feed back by someone more familiar with the
references.

//new impl for setPath

public void setPath(String path)
    {
        this.path = path;
        PsmlPortlets tempRef = (PsmlPortlets)PortalToolkit.getReference(path);
        if(tempRef != null)
        {
            ref = tempRef;
        }
    }

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

Reply via email to