[jboss-user] [JBoss Seam] - Re: Trinidad PPR/Ajax and Seam

dajevtic do-not-reply at jboss.com
Tue May 1 16:04:49 EDT 2007


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



More information about the jboss-user mailing list