Maybe you can try ajax4jsf list?
On 7/15/07, Brian Woolf <[EMAIL PROTECTED]> wrote:
Hi
I think I've already asked, but still no idea how to update input text
component using h:selectOneMenu Can anyone help? Simply, reRender doesn't
work on this component. The code:
<h:selectOneMenu value="#{myBean.selected}">
<f:selectItems value="#{myBean.myList}"/>
<a4j:support event="onchange" action="#{myBean.changeOption}"
ajaxSingle="true" reRender="myInput" />
</h:selectOneMenu>
<h:inputText id="myInput" value="#{myBean.myValue}"/>
It works with outputText, but not with inputText.
Thanks in advance.
--
View this message in context:
http://www.nabble.com/Can%27t-reRender-h%3AinputText-value-using-ajax4jsf---tf4081255.html#a11600039
Sent from the MyFaces - Users mailing list archive at Nabble.com.