1 Reply Latest reply on Feb 11, 2010 1:16 PM by blabno

    The prefix "seam" for element "seam:component" is not bound

    vrxyz
      Hi,

      What does this error: The prefix "seam" for element "seam:component" is not bound mean?

      I want to inject Spring bean into Seam component. With that, I'm trying to add the <seam:component/> tag within the declaration of the bean. Are there prerequisites before placing the tag?

      <bean id="callSp" class="org.springframework.jdbc.core.JdbcTemplate" scope="prototype">
              <seam:component/>  
      </bean>

      The error type is a Spring Bean problem but maybe I missed something else or I have wrong declarations or something. OR.. am I doing the right thing? I want to simply call a stored procedure using Spring JdbcTemplate and inject it to Seam.

      Please help me. Thanks.