Results 1 to 2 of 2

Thread: The form:form tag declares that it accepts dynamic attributes but does

  1. #1
    Join Date
    Dec 2012
    Location
    Gurgaon, Haryana, IN
    Posts
    1

    Default The form:form tag declares that it accepts dynamic attributes but does

    I'm getting this error:

    The form:form tag declares that it accepts dynamic attributes but does not implement the required interface

    I read this post "http://stackoverflow.com/questions/13648357/the-formform-tag-declares-that-it-accepts-dynamic-attributes-but-does-not-imple". But problem is still same.

    Application Server I'm using for this is 'Apache Tomcat 7.0.34'

    Please download application here and check: https://dl.dropbox.com/s/c7o4q5peruz...atthe.war?dl=1

    Thanks
    VINAY Kr. SHARMA
    vinaykrsharma
    Profile
    Blog by me


    I'm a developer who uses mostly PHP, Java & XHTML along with RDBMS such as MySQL, JavaDB to create interactive & innovative websites for business, finance, etc.

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

    Default

    The form:form tag declares that it accepts dynamic attributes but does not implement the required interface
    Yes it does... I suggest you take a look at the source code (it is on the super class AbstractHtmlElementTag so all derived classes implement this interface).

    If it doesn't work you are using a wrong version (< 3.0) of spring or are mixing spring versions.
    Last edited by Marten Deinum; Dec 13th, 2012 at 01:37 AM.
    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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •