I'm having a couple of problems with the examples.  Before I open bug
tickets I thought I'd see if anyone can confirm and/or spot an easy
fix.

=============================

http://localhost:8080/struts-cookbook/
 -> 'Bean Tags' link ->
http://localhost:8080/struts-cookbook/prepareBean.do?param1=Test1&param2=Test2

result:

javax.servlet.ServletException: No header Accept-Encoding was included
in this request
        
org.apache.struts.chain.ComposableRequestProcessor.process(ComposableRequestProcessor.java:271)
        org.apache.struts.action.ActionServlet.process(ActionServlet.java:1938)
        org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:430)
        javax.servlet.http.HttpServlet.service(HttpServlet.java:689)
        javax.servlet.http.HttpServlet.service(HttpServlet.java:802)

========================

http://localhost:8080/struts-examples/exercise/welcome.do
-> Use an ActionForward to redirect another path ("/html-link.do") ->
http://localhost:8080/struts-examples/exercise/html-link.do

result:

javax.servlet.ServletException: Module '/' not found.
        
org.apache.struts.chain.ComposableRequestProcessor.process(ComposableRequestProcessor.java:271)
        org.apache.struts.action.ActionServlet.process(ActionServlet.java:1938)
        org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:430)
        javax.servlet.http.HttpServlet.service(HttpServlet.java:689)
        javax.servlet.http.HttpServlet.service(HttpServlet.java:802)

Thanks,
--
Wendy

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

Reply via email to