1 Reply Latest reply on Jul 27, 2008 1:34 PM by pmuir

    components.xml file

    freedom2k6

      Hai friends

      I am new to jboss seam ....

      Can i able to add another <security:identity/> in components.xml file.. like this...
      --------------------------------------------------------
      <security:identity security-rules="#{securityRules}" authenticate-method="#{authenticator1.authenticate1}" remember="true"/>
      --------------------------------------------------------


      Content of components.xml file:
      ----------------------------------


      <security:identity security-rules="#{securityRules}" authenticate-method="#{authenticator.authenticate}"
      remember-me="true"/>
        
      <event type="org.jboss.seam.security.notLoggedIn">
      <action execute="#{redirect.captureCurrentView}"/>
      </event>
      <event type="org.jboss.seam.security.loginSuccessful">
      <action execute="#{redirect.returnToCapturedView}"/>
      </event>

      Please help me...
      shashi...