3
votes
1answer
209 views

Yesod forms with page flow

Certain forms are too complicated to have them fit on one page. If, for example, a form involves large amounts of structured data, such as picking locations on a map, scheduling events in a calendar ...
2
votes
1answer
427 views

How to call DELETE request method in Yesod?

In the book on routing ( http://www.yesodweb.com/book/routing-and-handlers ) there's a paragraph: A separate handler for each request method will be the same, plus a list of request methods. The ...