moseph
May 11th, 2006, 11:21 PM
Anyone have a solution on how to set-up the pattern matching similar to RubyOnRails so that an object ID gets passed in through the request path?
Example: (where ID = 123)
/app/123/home
/app/123/reports
/app/123/reports?subaccount=101&....
So 123 would implicitly be bound to a request variable..
Interceptors might be helpful? How can I configure the URL pattern mappings? They would need to ignore the ID portion...
Thanks!!!!!!!
Example: (where ID = 123)
/app/123/home
/app/123/reports
/app/123/reports?subaccount=101&....
So 123 would implicitly be bound to a request variable..
Interceptors might be helpful? How can I configure the URL pattern mappings? They would need to ignore the ID portion...
Thanks!!!!!!!