form tag produces invalid XHTML ("POST" insted of "post")

Bug #521111 reported by leifg
10
This bug affects 2 people
Affects Status Importance Assigned to Milestone
play framework
Status tracked in 1.0
1.0
Fix Released
Undecided
Unassigned
1.1
Fix Committed
Undecided
Unassigned

Bug Description

I just found out, that by using the form tag #{form... } and linking it to a Controller method, produces this output:

<form action="...." method="POST" accept-charset="utf-8" enctype="application/x-www-form-urlencoded" >

according to the w3c xhtml validator, the "POST" in upper case is not valid:

value of attribute "method" cannot be "POST"; must be one of "get", "post"

Revision history for this message
Mathilde Lemée (mathilde-lemee) wrote :

Same problem on 1.1 !

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.