seems to be some kind of dom-object, probably a form (what other objects could have an action method?).
where in the rendered html is it placed?

On Tue, 08 Apr 2008 16:50:01 +0200, 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.htmland
> > > > 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
> > > >
> > >
> > >
> > >
> > >
> > >
> >
> >
> >
>
>






Reply via email to