Hi,

is the checkbox located inside the reloaded Box?

Only the values inside the reloaded Component are processed by the server.


Regards,
    Volker

2007/10/24, yazid <[EMAIL PROTECTED]>:
>
> Hi Volker;
> Thanks the refresh is applied exactly to the portion I need.
> But the value of bean.use is not submitted to the server. If I click on the
> selectBox, the method "modeChanged"  (immediate=false) is executed befor
> sending the changing the value of bean.use (to true)
> Is that any other parameter to set
>
> Volker Weber-5 wrote:
> >
> > 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.
> >>
> >>
> >
> >
>
> --
> View this message in context: 
> http://www.nabble.com/-Tobago--renderPartially-inside-a-Popup%3A%3A-no-effect-tf4683214.html#a13384506
> Sent from the MyFaces - Users mailing list archive at Nabble.com.
>
>

Reply via email to