-
Jun 22nd, 2012, 05:31 AM
#1
HTML5 type='email' and Spring form tag lib (Spring 3.0)
Is there any way to use HTMl5's type='email' in Spring form taglib? If, yes, how?
-
Jun 22nd, 2012, 06:58 AM
#2
You need to upgrade to Spring 3.1 for that... Then you can specify type="email" on the form:input tag. In Spring 3.0 there is a bug which renders a duplicate type attribute.
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules