Hi guys,
I know that I can retrieve the (optional) component which issued an automatic DSRequest by using (accordingly to JavaDoc)
Canvas.getById(dsRequest.getComponentId())
whenever dsRequest.getComponentId is not null.
This works perfectly for UI databound components.
I noticed that when the component, which automatically issued the DSRequest, is a ValuesManager, I also get a non-null dsRequest.getComponentId().
Have I any chance to be able to get the component object (the valuesManager itself) also in this case?
Thanks in advance
______________________________________
SmartGWT 2.5 on GWT 2.2.0
I know that I can retrieve the (optional) component which issued an automatic DSRequest by using (accordingly to JavaDoc)
Canvas.getById(dsRequest.getComponentId())
whenever dsRequest.getComponentId is not null.
This works perfectly for UI databound components.
I noticed that when the component, which automatically issued the DSRequest, is a ValuesManager, I also get a non-null dsRequest.getComponentId().
Have I any chance to be able to get the component object (the valuesManager itself) also in this case?
Thanks in advance
______________________________________
SmartGWT 2.5 on GWT 2.2.0