dispatcher « Struts « JSP-Servlet Q&A





1. Struts - Exception - The Struts dispatcher cannot be found    stackoverflow.com

I am using Struts 2.1.8.1. I want to use tags, supplied by struts, im my jsp pages. e.g

<%@ taglib prefix="html" uri="/struts-tags" %>

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
   ...

2. Dispatcher with precompiled JSP    struts.1045723.n5.nabble.com

3. Whats the harm in creating a Servlet Dispatcher?    struts.1045723.n5.nabble.com

All, This is regarding Struts 2.0. I've just ran into what I believe is a bug in WebSphere 6.0 and 6.1 where the filter chain does not get hit on certain RequestDispatcher includes. So I have two options here: 1. Get IBM to fix the bug 2. Rewrite the Filter Dispatcher as a Servlet ...