Hi, I have a ViewController which in it's prerender checks if the user in the session is logged or not. If not, I want to start a subdialog logging the user in.
On page http://shale.apache.org/shale-dialog/index.html at: "Starting A DialogContext Programmatically" it is described how I can do this. I don't understand it though. Do I need to build my own DialogContextManager and DialogContext as they seem to be interfaces? Or are there implementations I can use, and if so, where can I find them? An example would be great! By the way, is this a good architecture approach, checking the logged status on prerender and preprocess? Or are there other better ways to do this? Thanks, Joost Schouten
