In the file struts-config.xml,the forward property,"path" property must start
with "/", Why here is ""path=".login""? There should be "path="/login""?
    <action
      path="/roller-ui/login"
      type="org.apache.roller.ui.core.struts.actions.LoginAction"
      name="LoginAction"
      scope="request"
      unknown="false"
      validate="true"
    >
      <forward
        name="login.page"
        path=".login"
        redirect="false"
      />
-- 
View this message in context: 
http://www.nabble.com/struts-config.xml-problem--tf2868602s12275.html#a8017770
Sent from the Roller - User mailing list archive at Nabble.com.

Reply via email to