Results 1 to 2 of 2

Thread: HTML5 type='email' and Spring form tag lib (Spring 3.0)

  1. #1
    Join Date
    May 2012
    Posts
    8

    Default 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?

  2. #2
    Join Date
    Jun 2006
    Location
    The Netherlands
    Posts
    13,624

    Default

    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.
    Marten Deinum
    Java Consultant / Pragmatist / Open Source Enthousiast / Author


    Pro Spring MVC: With Web Flow
    Conspect

    Have you read the reference guide.
    Use the [ code ] tags, young padawan

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
  •