Helmut,

Can I do it with the tc:box they are inside?

Regards,

Fernando Augusto

> Hi Fernando,
> 
> add a command tag to the selectOneChoice and enclose the selectOneChoice
> and 
> date within a panel:
> 
> <tc:panel id="panel">
> 
> <tx:selectOneChoice ...
>                <f:facet name="change">
>                  <tc:command>
>                    <tc:attribute name="renderedPartially"
>                      value="panel"/>
>                  </tc:command>
>                </f:facet>
> </tx:selectOneChoice>
> <tx:date ...
> 
> </tc:panel>
> 
> Now the panel gets reloaded by Ajax, when the selection changes.
> 
> Regards
> Helmut
> 

Reply via email to