Hi guys. I have a question about onActivate(Object[]) and onActivate(String[])...
The simplest way to explain it is what I want to do on my login page. At the moment when you bounce through it it stores the page name in the activation context, but because of the variable number of context args, they are not stored. It would be nice if bookmarked 'login required' pages still worked with their activation contexts. does onActivate(Object[] context) come as an (uncast) String array? if so, why is there no default translator to String[] and if not, how do I make it so that String[] _is_ a valid arg? thanks --nK