You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@myfaces.apache.org by David Steinkopff <da...@googlemail.com> on 2007/05/16 10:12:33 UTC

[Tobago] AJAX with ?

Hello,

Can I use <tx:in> for a renderedPartially attribute? Because <tx:in> a
short syntax for

 <tc:panel> <f:facet name="layout"> <tc:gridLayout columns="fixed;*"/>
</f:facet> <tc:label value="#{label}" for="&auto"/> <tc:in
value="#{value}" > ..... </tc:in> </tc:panel>

I know that tobago allow only panel for ajax reloading and I ask me
the question, can I use the panel from <tx:in> for ajax reloading?

regards
david

Re: [Tobago] AJAX with ?

Posted by Bernd Bohmann <be...@atanion.com>.
Hello David,

unfortunatley not. The tx tags don't set a id on the panel and you need 
the id of the panel for the partial rendering.

Regards

Bernd

David Steinkopff wrote:
> Hello,
> 
> Can I use <tx:in> for a renderedPartially attribute? Because <tx:in> a
> short syntax for
> 
> <tc:panel> <f:facet name="layout"> <tc:gridLayout columns="fixed;*"/>
> </f:facet> <tc:label value="#{label}" for="&auto"/> <tc:in
> value="#{value}" > ..... </tc:in> </tc:panel>
> 
> I know that tobago allow only panel for ajax reloading and I ask me
> the question, can I use the panel from <tx:in> for ajax reloading?
> 
> regards
> david
>