0 Replies Latest reply on Feb 5, 2009 7:59 PM by nimo22

    validateEquality not in taglib 2.1

    nimo22

      I want to use s:validateEquality according to SEAM 2.1 manual:



      <h:inputText id="name" value="#{bean.name}"/>
      <h:inputText id="nameVerification" >
      <s:validateEquality for="name" />
      </h:inputText>



      but I get this failure:


      <s:validateEquality> Tag Library supports namespace: http://jboss.com/products/seam/taglib, but no tag was defined for name: validateEquality



      However, I use definitly SEAM 2.1 and have this in my xhmtl:



      xmlns:s="http://jboss.com/products/seam/taglib"



      has the namespace changed or something?