I have a componentized system. After a form submission, I want to set response.js to a value that could be determined by a function that resides in another controller. I don't want to duplicate the function lest I get wet (not DRY). The function doesn't belong in models, either. Is RPC the answer for this?
- [web2py] Help with function call weheh

