> I am trying the same example from the website - do you know if it has
> been updated for version 0.6?

As far as I know it has *not* been updated for version 0.6.

> when I checked this, it had already been done - perhaps in the build?

I cannot know for sure exactly what you did at your system :)

> Are you saying make a new view, or
> modify TodoApp.html?

I said: make a new view. Basically you copy the contents of
TodoApp.html into your view, and modify the content attribute of the
meta tag and the src attribute in the script tag so that it points to
the static controller of your application (this creation of a new view
is needed only once; this view then replaces the original TodoApp.html
when you use your pyjamas application from web2py).

> but it does have webpy which I am hoping is similar.  

webpy is something very different. Only the names sound similar ;)

> but when I open the todo app from the
> admin window of web2py only the html lines appear on the screen:
> Simple Todo Application Type a new task to insert in db, click on existing 
> task to delete it

Could it be that you modified lines in TodoApp.html, instead of in the
view?

Hope this helps,
Best regards,
Stefaan.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to