SES Question

I have an event http://localhost/test/index.cfm/ticket/statusEdit?statusid=9C49F0AA-F758-8BE4-24E2C450DC4DA4F4

and when I save I have this
setNextEvent("ticket/statusList");

I end up with this url http://localhost/test/index.cfm/ticket/index.cfm?event=ticket/statusList

any thoughts?

Read the SES guide, to redirect using ses, you use setNextRoute().