Hi I have just started using wookie. I am trying to get an html5 audio
tag to work using the enyo templates. If I put the tags in
content_primary.html nothing shows up in the widget it is blank even
though I have other content like a title etc. in the html. It doesn't
seem to like java script either.
If I simplify my widget to contain just <p>helloworld</p1> all is ok.
I did get audio and video tags to work before in wookie but not using
the enyo template.
Do I need to add something somewhere to get html5 to work with enyo
templates or is it a different issue that is causing the problem?
I keep getting this error but not sure what it means
[java] 12:11:53,502 ERROR ContextListener:211 - floaudio.wgt:Hot deploy err
or: file is not a valid widget package - null
[java] org.apache.wookie.w3c.exceptions.BadWidgetZipFileException
[java] at org.apache.wookie.w3c.W3CWidgetFactory.processWidgetPackage(W
3CWidgetFactory.java:264)
[java] at org.apache.wookie.w3c.W3CWidgetFactory.parse(W3CWidgetFactory
.java:169)
[java] at org.apache.wookie.w3c.W3CWidgetFactory.parse(W3CWidgetFactory
.java:154)
[java] at org.apache.wookie.server.ContextListener$1$1.fileModified(Con
textListener.java:188)
[java] at org.apache.wookie.util.WgtWatcher.check(WgtWatcher.java:95)
[java] at org.apache.wookie.server.ContextListener$1.run(ContextListene
r.java:233)
[java] 12:12:02,648 INFO ContextListener:198 - floaudio' - Widget was succ
essfully updated in the system.
Thanks for your help!
Heidi