Re: Re: Can't reRender h:inputText value using ajax4jsf ?

2007-07-16 Thread sushma sharma
I am sure you are changing myBean.myValue in your action method of the bean, but still, Can you post your action method here? On Sun, 15 Jul 2007 Cagatay Civici wrote : Maybe you can try ajax4jsf list? On 7/15/07, Brian Woolf [EMAIL PROTECTED] wrote: Hi I think I've already asked, but

Re: Can't reRender h:inputText value using ajax4jsf ?

2007-07-16 Thread Brian Woolf
Surround h:selectOneMenu with a4j:region, the questions have been resolved, thank you. -- View this message in context: http://www.nabble.com/Can%27t-reRender-h%3AinputText-value-using-ajax4jsf---tf4081255.html#a11615805 Sent from the MyFaces - Users mailing list archive at Nabble.com.

Can't reRender h:inputText value using ajax4jsf ?

2007-07-15 Thread Brian Woolf
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

Re: Can't reRender h:inputText value using ajax4jsf ?

2007-07-15 Thread Cagatay Civici
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

Re: Can't reRender h:inputText value using ajax4jsf ?

2007-07-15 Thread Andrew Robinson
Why do you think it isn't working? If it is because of the value not changing it is probably because of submitted values. I recommend that you ALWAYS use an a4j:region if you are going to use ajaxSingle=true: a4j:region h:selectOneMenu value=#{myBean.selected} f:selectItems