define page root() {
var u : User
form {
input(u)
submit(“save”,action{})
}
}

Will cause 404 when button is pressed. Reason is that template var is used in id-encoding of submit which shouldn’t be necessary.

reported by Dimitrios Athanasiou

Submitted by Danny Groenewegen on 3 March 2010 at 23:27

On 4 March 2010 at 09:45 Danny Groenewegen commented:

removed action arguments from id encoding, revision 3682

Log in to post comments