Mike Quentel-3 wrote:
> 
> <tr:selectOneChoice label="Station" id="stationSelectOneChoice"
> valueChangeListener="#{propertyRightBean.setSelectedStationListener}"
> autoSubmit="true" immediate="true">
>   <f:selectItems value="#{propertyRightBean.stationOptions}"/>
> </tr:selectOneChoice>
> <tr:selectOneChoice label="Property Type" id="propertyTypeSelectOneChoice"
> unselectedLabel="(all)"
> valueChangeListener="#{propertyRightBean.setSelectedPropertyTypeListener}"
> autoSubmit="true" immediate="true">
>   <f:selectItems value="#{propertyRightBean.propertyTypeOptions}"/>
> </tr:selectOneChoice>
> 

You didn't provide the methods, which are called by the
valueChangeListeners. You either have to call
"RequestContext.getCurrentInstance().addPartialTarget(UIComponent);" there
or add partialTriggers-attribute to the tr:table to get the table refreshed
by change of the selectOneChoice.
-- 
View this message in context: 
http://www.nabble.com/synchronising-selectOneChoice-and-table-tp23672409p23675286.html
Sent from the MyFaces - Users mailing list archive at Nabble.com.

Reply via email to