Hi. Have you ever tried placing your to-be-updated tags into a panelGroupLayout 
or panelLabelAndMessage?

I use inputListOfValues for either inputting or selecting a postal code from a 
list of values and upon selection i update the calling page's fields with city 
and country info. It all works perfectly fine:

  | <tr:inputListOfValues id="postalcode" action="dialog:citieslov" 
valueChangeListener="#{valueChangeHandler.processPostalCodeChange}"
  |                             label="#{messages.postalcode}:" 
autoSubmit="true" showRequired="true" partialTriggers="postalcode" 
value="#{currentCompany.city.postalcode}"
  |                             
returnListener="#{valueChangeHandler.processReturnCityToCompanyLov}">
  |                             <f:param name="conversationPropagation" 
value="join" />
  |                     </tr:inputListOfValues>
  | 
  |                     <tr:panelLabelAndMessage label="#{messages.city}:">
  |                             <tr:outputText partialTriggers="postalcode" 
id="city"
  |                                     value="#{currentCompany.city.name}" />
  |                     </tr:panelLabelAndMessage>

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4042234#4042234

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4042234
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to