agocorona / MFlow

(Haskell) Web application server with stateful, type safe user interactions and widget combinators
http://mflowdemo.herokuapp.com
Other
100 stars 12 forks source link

cached wigets do not handle URL paths properly #8

Closed agocorona closed 11 years ago

agocorona commented 11 years ago

A cached widget freeze the REST path to the path that was when it was executed, so it can not be use at other locations.

agocorona commented 11 years ago

Fixed. Now the paths are handled properly