ludak
Active member
Maybe I have not figured out how to do this and its already in there.
Trying to set up a route that will send several things to the controller using ParameterBag. Is there a way without using GET to send multiple values.
For example if I have route
users/:int<user_id>/:int<group_id>/
I see the link as something/users/1/2/action
When I click to save (POST), in paramter bag I am only seeing user_id parameter posted. I can create a link to use the GET, but wondering if I am overlooking something basic here.
Thanks,
Trying to set up a route that will send several things to the controller using ParameterBag. Is there a way without using GET to send multiple values.
For example if I have route
users/:int<user_id>/:int<group_id>/
I see the link as something/users/1/2/action
When I click to save (POST), in paramter bag I am only seeing user_id parameter posted. I can create a link to use the GET, but wondering if I am overlooking something basic here.
Thanks,