Hi,

I've been playing around with the common container and have been wondering 
why there are both viewParams and renderParams that can be passed to 
shindig.container.Container.prototype.navigateGadget.  
shindig.container.ViewParam defines only the 'view' constant.  This 
constant is also defined in shindig.container.RenderParam.  It even 
appears that shindig.container.GadgetSite.prototype.render will use the 
renderParams['view'], if it exists, before using viewParams['view'].

Is there a reason why one would want to use viewParams to provide the view 
instead of providing it in renderParams?

Thanks,
-Stanton

Reply via email to