users@woodstock.java.net

Re: calling refresh() on a dynamically created TextField doesn't work

From: Dmitry Kushner <Dmitry.Kushner_at_Sun.COM>
Date: Mon, 28 Jan 2008 12:26:57 -0700
I do not believe that is the case. Do you have any Ajax fuinctionality working for components created by JSP tags? Please try that first. If tag-based components' Ajax refresh() works fine, please send us all the code you use to create a textField component ( preferably in the simplified case, not within a table) and I will try to take a look at it. Would be great if you could send us a simple archived Netbeans project that exhibits the problem.

Thanks!



autozoom wrote:
More in general, I suspect that Ajax functionalities and Dynafaces hooking
has problems if components are created by code.
Is this correct?

Mauro


autozoom wrote:
  
hello,
I am creating a TextField by code to be placed in a table facelet.
This textfield's text is bound to a bean attribute. This works fine.
But when I call the component's refresh() method by javascript, nothing
happens (no errors but the attribute getter doesn't get called).
Is this supported?

thanks
Mauro