Jose,
Yes, I wanted to redirect but did not know how to pass the message. I missed the flash feature.
Sadly I do not yet use boss sessions. I built my own login/user-tracking mechanism at the start (my application was written before boss had sessions) and I have not converted to use sessions yet.
I do notice that my screens have a session id cookie, so i am guessing I have sessions even though I have done nothing specific to cause them, so maybe I can use them only for this and keep my own mechanism in parallel for now. I will give it a go.
Also, I will not use the flash message directly in the view as I already have an error mechanism which is all through my screens (actually only in the skeleton - lol) but will pull the data from flash in the player:list('GET',....) function and use it to populate the screen fields.
Anyway, thanks for the pointer.
g
_______________________________________________