Announcement

Collapse
No announcement yet.

redirection from controller

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • redirection from controller

    redirection from the controller to a particular view of how is it possible..?

  • #2
    You can try something like this in your view:
    PHP Code:
    var url '#' entityName '/view/' id;
     var 
    router this.getRouter();
     
    router.navigate(url, {triggertrue}); 
    Job Offers and Requests

    Comment

    Working...
    X