I accidently put <columnHeaders> before view tag and that caused this error, though the line number pointed to the ScrollPane, but it was ending view tag that caused the problem. Thanks.
On 4/27/10 4:32 PM, "Greg Brown" <[email protected]> wrote: That seems valid. Could the problem be something within the <view> tag, or outside the <Border> tag? On Apr 27, 2010, at 5:45 PM, Shahzad Bhatti wrote: > I am getting following error when I add ScrollPane under Border, e.g. > <Border styles="{color:10}"> > <content> > <ScrollPane horizontalScrollBarPolicy="fill" > verticalScrollBarPolicy="fill"><view> > > > org.apache.pivot.serialization.SerializationException: Parent element must be > a typed object. at > org.apache.pivot.wtkx.WTKXSerializer.processStartElement(Unknown Source) > at org.apache.pivot.wtkx.WTKXSerializer.readObject(Unknown Source) at > org.apache.pivot.wtkx.WTKXSerializer.readObject(Unknown Source) at > org.apache.pivot.wtkx.WTKXSerializer.processEndElement(Unknown Source) at > org.apache.pivot.wtkx.WTKXSerializer.readObject(Unknown Source) at > org.apache.pivot.wtkx.WTKXSerializer.readObject(Unknown Source) at > org.apache.pivot.wtkx.WTKXSerializer.readObject(Unknown Source) at > org.apache.pivot.wtkx.WTKXSerializer.readObject(Unknown Source) > > Can someone explain what is actual cause of this error? > > Thanks. > > ______________________________________________ > > See http://www.peak6.com/email_disclaimer.php > for terms and conditions related to this email
