You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to induction...@googlegroups.com
How do I forward the request from one action to another action in controller. Currently, I need to do Response.redirect() which is inefficient as it goes to browser and then come back.
Adi
unread,
Nov 23, 2013, 6:32:38 PM11/23/13
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to induction...@googlegroups.com
Tushar, Induction does not have any special "request forwarding" feature. If I encountered a need to do this I would step back and see if I am doing something wrong. Of course you are free to call one controller from another, but I would re-examine your use-case.