If I remember correctly the ViewParam is the view parameters that can retrieved from the gadget via gadgets.views.getParams.
-Ryan Email: rjbax...@us.ibm.com Phone: 978-899-3041 developerWorks Profile From: Henry Saputra <henry.sapu...@gmail.com> To: dev@shindig.apache.org, Date: 12/15/2011 01:53 AM Subject: What is the purpose of osapi.container.ViewParam compare to osapi.container.RenderParam? Hi All, For common container, what is the purpose of osapi.container.ViewParam if the only value it can have is "view" which can be covered by osapi.container.RenderParam "view" param? I see its only used in osapi.container.Container.prototype.navigateGadget to determine view to used which just backup if "view" is not set in renderParams - Henry