I have a question regarding calls to renderGadget(s) which isn't clear from the sample container...
Currently I'm making a call to gadgets.container.renderGadget(gadget); for each gadget because calling gadgets.container.renderGadgets() after all my gadgets are loaded doesn't seem to be working... note that all the gadgets are not loaded in the same js block (as they are in all the examples). When I inspect with firebug, the 'gadgets' object doesn't seem to have the loaded gadgets. So, my question is this: Is there reason for me to NOT make a new call to renderGadget(gadget) for each one on the page? Raymond Augé Software Engineer Liferay, Inc. Enterprise. Open Source. For Life.

