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