Hi everybody! I'm developping a simple login/registration web site with T5. It works normally, no problems... but what I want to do is to bypass the use of the formular using a url like http://www.myloginsite.com/start?login=mylogin&password=mypassword&fromoutside=yes.
I'd like to call directly the onSuccess method after having automatically fill the fromOutside field. In the onSuccess, it reacts differently regarding the existence of fromOutside (return an xml instead of a page). Anyway, I didn't manage to call the onSuccess method in the page. I understand that such URL call a page and not a servlet, so I was almost sure it wouldn't work... Any idea how I could manage that? Thanks, Michael