well, it was only a wild guess :-)
does the javascript accessing this id allow any conclusions what element
might be meant to have that id?
On Tue, 08 Apr 2008 16:27:26 +0200, Nuno Sousa <[EMAIL PROTECTED]>
wrote:
It's already in a h:form:
"<tr:document>
<h:form>
<h:outputText value="Test TreeTable with " />
<h:inputText value="#{TEST.numberOfBranches}" />
<h:outputText value=" branches. " />
<h:commandLink value="Go" action="#{TEST.runTest}" />
<tr:panelGroupLayout>
<tr:treeTable value="#{TEST.model}" var="model"
width="100%">
<f:facet name="nodeStamp">
<tr:column>
<tr:outputText
value="#{model.thingName}" />
</tr:column>
</f:facet>
</tr:treeTable>
</tr:panelGroupLayout>
</h:form>
</tr:document>"
On Tue, Apr 8, 2008 at 3:24 PM, arne anka <[EMAIL PROTECTED]> wrote:
maybe you should put your treetable in an h:form? i remember having a
similar error for a tree.
On Tue, 08 Apr 2008 16:10:05 +0200, Nuno Sousa <[EMAIL PROTECTED]>
wrote:
Hmm it's my Expand All and Collapse All, when clicked gives me a
> JavaScript
> Line 18, "Error: '_uixt_j_id362' is not defined".
> Any Idea whats generating this error?
>
>
> Thanks
>
>
> On Mon, Apr 7, 2008 at 7:34 PM, Nuno Sousa <[EMAIL PROTECTED]>
> wrote:
>
> Hi,
> > Any place where i can find some examples of TreeTables Usage?
> > Including JavaCode, i follow the example at the bottom of this page:
> > http://www.mail-archive.com/[EMAIL PROTECTED]/msg31023.html and
> > the
> > only thing i can see is the root element rendered :/
> >
> > Btw can i make a TreeTable with ColumnGroups using Trinidad in the
> > same
> > table?
> >
> > Thanks
> >
> >
> > --
> > Ping is just a number timming is everything
> >
>
>
>
>
>