ColdBox Modules and routing

Luis, if you are interested I now have this working.

In the SES Interceptor I had to remove these lines in the findRoutes

if( NOT structIsEmpty(params) ){

return params;

}

I am not sure this is the ultimate solution, and with removing the line from the ModuleConfig

{pattern="/", handler=“manager”, action=“index”},

It all seems to work a treat now, so at this stage I do not see any implications this will cause down the track.

Regards,

Andrew Scott

http://www.andyscott.id.au/

Actually it does the line in the module like this

{pattern="/:year-numeric?/:month-numeric?/:day?/:Title?", handler=“manager”, action=“displayInfo”}

Will put the following into the request collection.

INVALID_VARIABLE_NAME_POS_1 09

I can live with this, but it’s something to be aware of.

Regards,

Andrew Scott

http://www.andyscott.id.au/