I compiled the comet Clock app and used the following markup

<lift:surround with="default" at="content">
  <lift:comet type="Clock" name="Other">
    <clk:time>Missing Clock</clk:time>
  </lift:comet>
</lift:surround>

I also used the standard default.html

When I ran it, I got the error

XML parsing failed: syntax error (Line: 13, Character: 4)

Error:undeclared XML namespace prefix used in attribute name
Specification:http://www.w3.org/TR/xml-names11/#nsc-NSDeclared
 10:   <body>
 11:
 12:   <!--FIXME - comet type: Full(Clock) name: Full(Other) Not Found
-->
 13:     <clk:time>Missing Clock</clk:time>
 14:
 15:
 16:   <script type="text/javascript">

Any ideas?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Lift" group.
To post to this group, send email to liftweb@googlegroups.com
To unsubscribe from this group, send email to 
liftweb+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/liftweb?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to