Your meetings are not created correctly when you use the FieldList tag in Live Meeting (842363)



The information in this article applies to:

  • Microsoft Office Live Meeting

SYMPTOMS

When you use the FieldList tag in Microsoft Office Live Meeting, your meetings are not created correctly.

CAUSE

This problem may occur if there are spaces around a Name element in a FieldList tag.

RESOLUTION

To resolve this problem, remove the spaces between the Name element and the FieldList tag.

Example: Incorrect code:

                (FieldList) 
                        (Name) mid (/Name) 
                        (Name) audiencePassword (/Name) 
                        (Name) presenterPassword (/Name) 
                (/FieldList) 

Example: Correct code:

                (FieldList) 
                        (Name)mid(/Name) 
                        (Name)audiencePassword(/Name) 
                        (Name)presenterPassword(/Name) 
                (/FieldList)

STATUS

Microsoft has confirmed that this is a problem in the Microsoft products that are listed in the "Applies to" section.

Modification Type:MajorLast Reviewed:6/1/2004
Keywords:kbprb KB842363 kbAudEndUser