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. - [unknown location]
what i am feeling is that because my index.jsp is my welcome file as mentioned in the web.xml and it is directly served by the server without going through the filter dispatcher therefore the filter dispatcher is unable to run the neccessary interceptors in order to use the tags on the index file.
Then how can we have an index file that uses struts2 UI tags, because the index file will always pass through without the Filterdispatcher ??? It means that can we never use UI tags on the index page