21286 Posts in 5733 Topics by 2602 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 833 Views |
-
Controller Help

17 February 2011 at 6:40pm
I have written a little controller to return a Object from passed id. All works A OK! with one exception.
If the url is submitted like this http//www.example.com/processattendees/send/50000004527-49230 all is ok.
The problem is that if the url is submitted like http//www.example.com/processattendees/send/50000004527/49230 it breaks the controller.
I'm assuming that the controller is getting lost because of the extra forward slash. Is there anything I can do in the controller to stop the extra slash breaking things?
Any help or pointers would be greatly apreciated.
-
Re: Controller Help

18 February 2011 at 7:57am
http://doc.silverstripe.org/sapphire/en/topics/controller#url-handling
The extra slash is making the controller think there's another step in the URL. You might need to tweak your url handling.
| 833 Views | ||
|
Page:
1
|
Go to Top |


