Monday, September 1, 2014

Dynamic Component with Rerender issue

Issue: 


Dynamic Visualforce Component feature causing issues with reRender if the component being reRendered , because of this we will loose the values which was filled in that section in case if we refresh the same section based on Ajax action.

I hope even though if we are using dynamic visualforce components we should have the view state in the partial refresh. Dynamic in the sense is not only just displaying the components on the fly, along with that we should have all the platform features available but we are not getting those. To hold the old values in case of AJAX rerendering we should have our own way of scripting which is bizarre.

I hope salesforce is not doing the dynamic components really dynamic, we should right our own scripts to hold the old values in case of new section creations using dyaminc components feature......

I did my own way of scripting to hold the values and happy to share the solution incase if any one in need.

Here is the information from salesforce
http://help.salesforce.com/apex/HTViewSolution?id=000170864&language=en_US 

Thank you....