Vilya Harvey writes:
 > > If I write /do/acceptanstest/accDatabase I get the same result -a blank
 > > page. And if I remove the form tag, I will get a servlet error: Cannot
 > find
 > > bean databaseForm in scope null. I don't get it......

Did you remember to remove the form part of the action mapping? ie

<action path="/acceptanstest/accDatabase"
        type="se.amfpension.admin.action.AccDatabaseAction">
        <forward name="success" path="/acceptanstest.jsp" redirect="false" />
</action>

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to