I'm just starting with struts. I made a login.jsp, if I call this I get an Error from the Server.
...
Cannot find ActionMappings or ActionFormBeans
collection
at org.apache.struts.taglib.html.FormTag.lookup(FormTag.java:781)
...
But if i call login.do it works and AFTER that I can run login.jsp, too.
Do I have to register the login.jsp anywhere to get it run, what
could be the error?
Axel

