If you’re like me, you’re missing that 60 minutes of sleep this morning and it may show in this question.
Code:
in general.cfc I am setting rc.xehLogin = “General.doLogin”
When the page is processed, I get this:
I’m using Apache and CF10. I’m not sure why this is not building the link as “normal”. Is there something I’m doing wrong?
A few more details.
I’m borrowing a little code from the simpleloginapp just to have my clients login against a DB. I generated an application skeleton from the coldbox platform utilities (according to CFBuilder is v2.4) and I am taking the model and the interceptor from the simpleloginapp.
I can provide more details if needed.
Thanks