Hello List, I was browsing my almost-finished-work using Linx a few days ago, and I experienced that my forms doesn't work as expected. After had a closer look, I realised that the problem is that I used empty action attributes in my form elements to avoid unnecessary typing. However, Linx have a different, and if you consider, more reasonable behaviour, when she's faced with this situation: an empty path is a relative path, and an empty relative path means that the requested URL will be the current one minus the part after the last slash. So if my form was generated under /controller/action, then /controller/ will be requested, and /controller/index will (or will be tried to) be served. So, I would propose to change the default value to the explicitly set current URL.
Ádám
