I have a question regarding Struts 2. Is it possible to include the result of a Struts action into a Servlet? I'm trying to use RequestDispatcher
, but it doesn't work, so maybe others have different solutions.
I have a question regarding Struts 2. Is it possible to include the result of a Struts action into a Servlet? I'm trying to use RequestDispatcher
, but it doesn't work, so maybe others have different solutions.