Hi Gurus,
I am using a shinding based container and got the error : Unable to locate an
appropriate view in this gadget. Requested: 'default' Available: [canvas]
when trying to consume this gadget :
<Module>
<ModulePrefs title="Hello World!">
<Require feature="opensocial-0.8" />
<Require feature="views" />
</ModulePrefs>
<Content type="html" view="canvas">
<![CDATA[
Hello, world!
]]>
</Content>
</Module>
If I put <Content type="html" view="default,canvas"> it works. How can I fix
this issue at the container level as we cannot change the gadget xml definition
file.
Regards
Steve