I do it by using a combination of __import__ and the recipe for restful path resolution.
/site/module/blah/blah/action/ Import the module and call the action, pass the rest in. My implementation is a little more complicated since I hit the database for the module location so I can rename it and move it around the tree without changing code. Alvin

