I don't see an attachment on any BXML in your email. Have a look at this tutorial and ensure that you have namespace defined. (Note that the root node has this... xmlns:content="org.apache.pivot.wtk.content") http://pivot.apache.org/tutorials/tab-panes.html
Chris On 9 March 2011 17:33, dranzer_duch <[email protected]> wrote: > Hi, I have this bxml file as follows: > > > > > > > > > > > > > > > Now when I try to render this, i get this error: > > Caused by: javax.xml.stream.XMLStreamException: ParseError at > [row,col]:[7,86] > Message: > > http://www.w3.org/TR/1999/REC-xml-names-19990114#ElementPrefixUnbound?content&content:ButtonData > at > com.sun.org.apache.xerces.internal.impl.XMLStreamReaderImpl.next(Unknown > Source) > at > org.apache.pivot.beans.BXMLSerializer.readObject(BXMLSerializer.java:421) > > > > When, I remove the 'content' tag, i get a tabpane, with obviously no text > or > icon in it... > > I want that icon and text part of each tab to work.. > > Any insights, as to why this is happening?? > > ----- > Aakanksha > -- > View this message in context: > http://apache-pivot-users.399431.n3.nabble.com/Tab-Pane-tp2654710p2654710.html > Sent from the Apache Pivot - Users mailing list archive at Nabble.com. >
