Hello,
I'm wondering if it's better to check for raw_args inside of the controller or in the view and then call another controller based on that.
For example:
I have: 
which returns a SQLFORM.Grid
Inside of the grid I now have clickable links which will go to
What is the recommended approach to check for the arg. 
I want to show the relational fields to the record so I will need to call 
db.table.id==arg and create a new SQLFORM based on that.