Akelos Framework v1 forum archive. This forum is no longer maintained. To report bugs please visit https://github.com/akelos/akelos/issues
    • CommentAuthordemaio
     
    How can I get the name of the action I was sent from to the current action?

    Is it possible to get the name of the controller that action belongs to in the case I have been sent to another controller too ?

    Could not find anything related to this in the Request-object related part of the API ...

    Regards

    Demaio
    • CommentAuthorinsanet
     
    There is no "Akelos Way" to do that. i asked the same thing some time ago. You could store the controller and action params in a session. and check that data later. is not pretty i know.
    • CommentAuthordemaio
     
    thx mate.