Am 27.06.2013 08:31, schrieb Lukasz Lenart:

How did you define index action?


<bean id="indexAction" class="my.webapp.action.IndexAction" singleton="false">
      <property name="roleIdentifiers">
          <list>
              <value>role.id</value>
          </list>
      </property>
</bean>

In action-servlet.xml which is included from web.xml:

<context-param>
      <param-name>contextConfigLocation</param-name>
      <param-value>
classpath:wsClientApplicationContext.xml, classpath:webappApplicationContext.xml,
          classpath:action-servlet.xml, classpath:fcore-action-servlet.xml
      </param-value>
</context-param>


Attachment: smime.p7s
Description: S/MIME Kryptografische Unterschrift

Reply via email to