i want inside a controller and within the function init(){} to change the called action (requested action). I mean if someone calls "www.mywebsite.com/myctrl/action1" i want inside the init function to call action2 instead, without redirecting the page and changing the url.
2- Is it possible to make a response inside init function, and stop calling the requested action ?
Best Regards Wael