I have LOAD with ajax activated that loads a crud form and a list. Crud form in a create when there is only one argument in request.args and is a update when request.args has two arguments. The update is achieved via a trapped ajax link (that has two args) in the list.
This LOAD as the detail part of a master/detail page. I traced the http requests throught firebug and saw that sometimes it gets a 404 error. The crud form for create is trying to do a POST with the url with two args and failing. So the question is, the right thing woul be crud form use the url without the args for posting? The behavior is so strange do describe here, somtimes it works sometimes not.

