You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@myfaces.apache.org by Zarick Lau <za...@gmail.com> on 2007/06/30 19:46:27 UTC

[Trinidad] tr:table and tr:showDetail

Hi list,

I've try to put a tr:showDetail within "actions" facet of tr:table, like
this:

<tr:table>
<f:facet name="actions">
<tr:showDetail>
<tr:outputText value="hello"/>
</tr:showDetail>
</f:facet>
</tr:table>

The showDetail rendered within the actions area of the table.
However, it doesn't disclose when I click the "show" prompt.

Is it a legitimate use case??

Regards,
Zarick

Re: [Trinidad] tr:table and tr:showDetail

Posted by Zarick Lau <za...@gmail.com>.
Hi Adam,

On 7/3/07, Adam Winer <aw...@gmail.com> wrote:
>
> This should work;  I can't see any obvious reason why
> it doesn't.


I'm also expect this to work, but clicking on the "show" link does't
disclose
the component. Anway, I've moved those showDetail stuff out of the table.

I'll retry this later when I have some times later.
Thanks very much!

Regards,
Zarick

-- Adam
>
>
> On 6/30/07, Zarick Lau < zarick@gmail.com> wrote:
> >
> > Hi list,
> >
> > I've try to put a tr:showDetail within "actions" facet of tr:table, like
> > this:
> >
> > <tr:table>
> > <f:facet name="actions">
> > <tr:showDetail>
> > <tr:outputText value="hello"/>
> > </tr:showDetail>
> > </f:facet>
> > </tr:table>
> >
> > The showDetail rendered within the actions area of the table.
> > However, it doesn't disclose when I click the "show" prompt.
> >
> > Is it a legitimate use case??
> >
> > Regards,
> > Zarick
> >
>
>

Re: [Trinidad] tr:table and tr:showDetail

Posted by Adam Winer <aw...@gmail.com>.
This should work;  I can't see any obvious reason why
it doesn't.

-- Adam


On 6/30/07, Zarick Lau <za...@gmail.com> wrote:
>
> Hi list,
>
> I've try to put a tr:showDetail within "actions" facet of tr:table, like
> this:
>
> <tr:table>
> <f:facet name="actions">
> <tr:showDetail>
> <tr:outputText value="hello"/>
> </tr:showDetail>
> </f:facet>
> </tr:table>
>
> The showDetail rendered within the actions area of the table.
> However, it doesn't disclose when I click the "show" prompt.
>
> Is it a legitimate use case??
>
> Regards,
> Zarick
>