I'm a beginer of Struts Framework Programing. i just started with this Login tiutorial but i got error at Runtime like this. "The Struts dispatcher cannot be found. This is usually caused by using Struts tags without the associated filter. Struts tags are only usable when the request has passed through its servlet filter, which initializes the Struts dispatcher needed for this tag. "
at org.apache.struts2.views.jsp.TagUtils.getStack(TagUtils.java:60) which is the inbuit class file of strtus.jar file .
i'm using Oracle's Jdeveloper for development.
plz give me solution for this problem as soon as possible.