Hi all again, I'm trying to make an edit-like method on a CrudRestController, let's call it modify method. I want the modify to get called with a URL like this:
myappaddress/projects/p_id/modify where p_id is the id of a project. However this produces a 404 error. I can call modify from a URL like this: myappaddress/projects/modify But that's not what I need. I need modify to behave like edit method, but don't know how to do it. Is there a way to do something like this? Thanks in advance for your help. Greetings. -- You received this message because you are subscribed to the Google Groups "TurboGears" 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/turbogears?hl=en.

