Hello Ramesh,
Until the page gets submitted, property of the component cannot be changed. Let's say you have a scenario as follows. You have a dropdown list and a text box. Based on the selection in the dropdown list, you want to set a particular property of the text box. In this case, you can use the Value Change Listener for the drop down list and have partial triggers for the text box. ~Sandeep -----Original Message----- From: Bandaru [mailto:[EMAIL PROTECTED] Sent: Thursday, August 30, 2007 4:07 PM To: [email protected] Subject: Dynamic value setting problem to InputText Hi, In Trinidad,The InputText Value is not getting change Dynamically from Backing Bean. Initially the First value is settting after it not getting change. But If i set Disable True for InputText then the value getting Change but i need Disable false(Aditabel). I'm Doing this in jsp:include page,does that effects? What may be the Problem,Please Suggest me. IDE:Jdeveloper 10g Thanking You in Advance. Ramesh. -- View this message in context: http://www.nabble.com/Dynamic-value-setting-problem-to-InputText-tf43533 29.html#a12404488 Sent from the MyFaces - Users mailing list archive at Nabble.com.

