Hi all,
I have a component whose behavior class has method setProperties(objectid) and component’s jsp page has 1 Textbox to populate Object Name.
I will invoke setProperties(objectid) method from third party servlet.The setProperties(objected) method will take an object id and process it, to get the object name.Then it will set object Name in the textbox of the jsp page.
My problem is I can set the values in textbox from setproperties(objectid) method of component class,But i need to refresh the jsp page to view the
Object Name in Textbox.
Any one have idea on set this value a.
Thanks,
karthick s