Hi folks,
I must be doing something head slappingly wrong, getting this error
page trying to use the Clock comet sample.
XML Parsing Error: prefix not bound to a namespace
Location:
http://localhost:8888/
Line Number 52, Column 46: <span
id="LCQBTQA1OTKBTPZ1K5GL2L_outer"><span lift:when="1202157690355"
id="LCQBTQA1OTKBTPZ1K5GL2L">
---------------------------------------------^
(It's complaining about the lift:when tag.)
How I got here: I had updated to the latest svn lift core, made sure
my app still runs, then copied the latest comet Clock example code
into my comet directory, changed its package line to match my package
naming scheme, and then added the following to my main page...
<lift:comet type="Clock">
Current Time: <clk:time>Missing Clock</clk:time>
</lift:comet>
The old Clock example definitely used to work before a month ago
(before my version upgrade and the change to the simplified
CometActorInitInfo parameter)
Any ideas?
Thanks,
Steve