[ http://issues.apache.org/jira/browse/MYFACES-420?page=all ] Martin Marinschek closed MYFACES-420: -------------------------------------
Fix Version: Nightly Build Resolution: Fixed Assign To: Martin Marinschek Mathias is right in his evaluation. regards, Martin > InputText isn't refreshed after valueChangeListener > --------------------------------------------------- > > Key: MYFACES-420 > URL: http://issues.apache.org/jira/browse/MYFACES-420 > Project: MyFaces > Type: Bug > Components: JSF 1.1 > Versions: 1.0.9 beta > Reporter: Christian Rueedi > Assignee: Martin Marinschek > Fix For: Nightly Build > > I use the following valueChangeListener and submit on blur via javascript: > <h:inputText id="EAN" value="#{LpChooseTypeForm.a_LpObject.a_niGloWa.a_EAN}" > valueChangeListener="#{LpChooseTypeForm.a_LpObject.a_niGloWa.getSkuDetails}" > onblur="this.form.submit();"> > In the valueChangeListener I set some sku details and fill up new input > fields: > <h:outputText id="SkuNr" > value="#{LpChooseTypeForm.a_LpObject.a_niGloWa.a_skuNo}" /> > <h:inputText id="SkuDescription" > value="#{LpChooseTypeForm.a_LpObject.a_niGloWa.a_skuDesc}" /> > but the "SkuDescription" inputText doesen't get updated. If I change > "SkuDescription" to h:outputText it get's updated. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira