Hi Yazid,

the leading ":" is missing in the value of the renderedPartially.

Absolute clientIds must start with a colon, or you can use the
relative id if no namingContainers between the Box and the command.
  <tc:attribute value="searchBox" name="renderedPartially" />


Regards,
    Volker

2007/10/24, yazid <[EMAIL PROTECTED]>:
>
> Hi All;
> I'm using Tobago 1.0.11.
> I've a selectOnechoice Object inside a popup box.
>
>
> <tc:selectBooleanCheckbox label="Use  "  value="#{bean.use}"  >
>       <f:facet name="click"  >
>         <tc:command  action="#{bean.modeChanged}" immediate="false" >
>           <tc:attribute value="page:configPopup:searchBox"
> name="renderedPartially" />
>        </tc:command>
>       </f:facet>
>  </tc:selectBooleanCheckbox>
>
>
> searchBox is the Id of the bow inside the popup.
>
> ....
> <tc:popup  id="configPopup" rendered="true">
>    <tc:box label="Rule search" id="searchBox">
> ......
>
> When I click on the select object the action "modeChanged" is not invoked;
> if I remove the "renderPartially" attribute ; the select the action is
> invoked but the whole page is refreshed.
> PLease Help;
>
> --
> View this message in context: 
> http://www.nabble.com/-Tobago--renderPartially-inside-a-Popup%3A%3A-no-effect-tf4683214.html#a13382197
> Sent from the MyFaces - Users mailing list archive at Nabble.com.
>
>

Reply via email to