i am seee the

https://issues.apache.org/jira/browse/TRINIDAD-627

but this is not my case

because i hace this in a form.

maybe is a conflict with  <rich:simpleTogglePanel switchType="ajax"
because this is a ajax paneltab and the selectmanyshutle is display
trougth a ajax call, maybe don't remenber
the form.
thsnks for your help
regards

2008/11/21 alvaro tovar <[EMAIL PROTECTED]>

> hello
>      <f:view>
>
> <h:form id="form">
>
>               <rich:tabPanel width="800" headerAlignment="left"
> rendered="true">
>                 <rich:tab label="Buscar">
>                  <rich:panel headerClass="filtrarHeader">
>                      <rich:simpleTogglePanel switchType="ajax"
> label="Ubicación"
>
> headerClass="filtrarPorHeader" bodyClass="filtrarPorBody"
> styleClass="filtrarPorClass" width="100%"
>                                               opened="false" >
>                         <h:panelGroup rendered="true">
>                              <td class="tablaRespuestaTop" >
>                                   <h:panelGrid columns="2">
>                                     <h:message for="selectSuburb"
> showDetail="true" showSummary="true" style="color: red"/>
>                                     <tr:selectManyShuttle id="selectSuburb"
> value="#{reoffermanager.selectedSuburbs}" converter="suburbConverter"
> binding="#{reoffermanager.selectManyListSuburb}">
>                                         <f:selectItems
> value="#{reoffermanager.suburbs}"/>
>
>                                     </tr:selectManyShuttle>
>                                 </h:panelGrid>
> ......
>
> is in a form but says
> El componente CoreSelectManyShuttle[UIXEditableFacesBeanImpl,
> id=selectSuburb] debe estar dentro de una pantalla para funcionar
> correctamente.
>
>
> i don't kown what hapend, i use trinidad 1.2.9 tomahawk-sandbox15-1.1.7 and
> richcfaces 3.2.1
>
> thanks
> regards
>
>
>
>

Reply via email to