ERXRoute question

2012-12-20 Thread James Cicenia
Here is the documentation: ERXRoute encapsulates a URL path with matching values inside of it. For instance, the route /company/{company:Company}/employees/{Person}/name/{name:String} would yield an objects(..) dictionary with a Company EO mapped to the key company, a Person EO mapped to the

Re: ERXRoute question

2012-12-20 Thread Pascal Robert
Le 2012-12-20 à 09:56, James Cicenia ja...@jimijon.com a écrit : Here is the documentation: ERXRoute encapsulates a URL path with matching values inside of it. For instance, the route /company/{company:Company}/employees/{Person}/name/{name:String} would yield an objects(..) dictionary