I did not take a close look at the long thread. If what I said is not
working, just ignore it.
In trinidad world, normally, you don't use h:form. Instead, you use
tr:form. Also, you can put tr:subform inside tr:form. The official
recommendation is to use a single tr:form per page and zero or more
nested tr:subform. Something like,
<tr:form>
<tr:document>
<tr:subform>
etc...
</tr:subform>
etc ....
</tr:document>
</tr:form>
regard
Bill
On Tue, Apr 8, 2008 at 9:50 AM, Nuno Sousa <[EMAIL PROTECTED]> wrote:
> <a id="j_id145:eAll" class="xaf"
> onclick="_uixt_j_id145.action('show','all',this);return false;"
> href="#">Expandir Todos</a>
>
> The element is the clickable text that says "Expandir Todos" aka "Expand
> All". It's auto generated by Trinidad when i create the treetable : )
>
>
>
> On Tue, Apr 8, 2008 at 3:31 PM, arne anka <[EMAIL PROTECTED]> wrote:
> > 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
> > > > > >
> > > > >
> > > > >
> > > > >
> > > > >
> > > > >
> > > >
> > > >
> > > >
> > >
> > >
> > >
> >
> >
> >
>
>
>
> --
> Ping is just a number timming is everything