[web2py:19143] Newbie trying to get CAS working.

2009-04-05 Thread Monty808
This is my first day with web2py 1) I downlaoded CAS tar file fro,m cookbook and uploaded the app and named it cas 2) I changed the database to use mysql in the db.py model 3) I went to http://127.0.0.1:8000/cas/appadmin/insert/db/cas_user to create a new user. 4) I checked if the records were in

[web2py:19148] Uploading Static File Folder

2009-04-05 Thread Monty808
Hi, I am using an DHTMLX JavaScript library. I have to upload multiple files and directories. For e.g. there is a separate folder for images etc... How do I deal with that? It is not clear on how to upload a folder structure to the static section. Can I create folders in the static directory?

[web2py:19372] Newbie trying to get the auth role

2009-04-07 Thread Monty808
Hi, I can get the first_name of a user loged in using first_name=auth.user.first_name. I assigned roles to the user. How can I get the role using something like role=auth.role? Thanks --~--~-~--~~~---~--~~ You received this message because you are subscribed to

[web2py:19433] How to use tags {{}} in javascript

2009-04-07 Thread Monty808
Hi, I tried to use {{=xxx}} in javascript tags but it did not work. e.g. if ( {{=xxx}}=='True'){ } What do I do? Thanks --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "web2py Web Framework" group. To post to