is there any way to get dynamic urls?

for example i have

ip.com/app/nodes/list (smartgrid)
ip.com/app/nodes/edit/[db.node.name]
ip.com/app/nodes/show/[db.node.name] (details about each node)
ip.com/app/nodes/graph/[db.node.name]

and i am thinking on changing the url-scheme into something like this:

ip.com/app/nodes/[db.node.name] (details about each node)
ip.com/app/nodes/[db.node.name]/edit
ip.com/app/nodes/[db.node.name]/graph

any idea on how to achieve this?

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to