Hi,
I have a wdk component which holds 3 components(components are seperated by 3 vertical frames).The first frame lists documents.when a document in the 1st frame is selected,the servlet invoke thirdy party application to open the selected document in 2 Frame.Now servlet takes control and keep running to maintain session.Based on some events in third party application , i am getting object id in the servlet method.I am passing this objectid to a method in 3rd component to get document properties,so that i can populate those properties in 3rd Frame.My problem is i can set property values to all the TEXT controls using setValue() from component class,But the jsp page(3rd Frame) is not rendering the values.If i hit refresh button on Browser Window, it is rendering values.
Is there any way to initialize and reload the wdk component or refresh jsp page programmatically from servlet to render attributes in jsp page.
Why the controls values are not rendered in jsp page from behavior class?
Has any one have idea on this
Thanks,
Karthick