Forum OpenACS Development: Response to how to translate object_id to an URL?

Collapse
Posted by Barry Books on
There is a pl/sql name method that takes an object id and returns the name of the object. I'd like to see a url stub method also. This combined with some kind of naming standard would make the object system much more useful. Most of my packages have admin, new, update, view and index urls that take an object_id as the parameter. Being able to say [url_stub $object_id]/view?object_id=$object_id for any object would be very powerful.