RE: synchronising selectOneChoice and table

2009-05-27 Thread Mike Quentel
2009 13:53 To: users@myfaces.apache.org Subject: Re: synchronising selectOneChoice and table Mike Quentel-3 wrote: > > valueChangeListener="#{propertyRightBean.setSelectedStationListener}" > autoSubmit="true" immediate="true"

Re: synchronising selectOneChoice and table

2009-05-22 Thread Marco Grimm-2
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.

synchronising selectOneChoice and table

2009-05-22 Thread Mike Quentel
Using JSF 1.2 and Trinidad... Having issues syncing selectOneChoice and table values; I would like to have the user's selection from the selectOneChoice to dynamically update the data appearing in a table on the same page. Having issues syncing these items; I also wonder if there is a better appr