Re: I have a jsp. that has two included jsp's that are actually struts actions but the response only ret

2005-02-03 Thread Kris Schneider
Sort of. Remember, the "normal" result of a Struts action is the equivalent 
of RequestDispatcher.forward(). So, I imagine you're also seeing an 
IllegalStateException as well. You've got the equivalent of the following:

includer.jsp:
-
<@% page contentType="text/plain" %>
Before forwarder1:

After forwarder1:
Before forwarder2:

After forwarder2:
forwarder1.jsp:
---

forwarder2.jsp:
---

content1.jsp:
-
content1.jsp
content2.jsp:
-
content2.jsp
Which should generate:
content1.jsp
Along with raising an IllegalStateException.
Eric Lemle wrote:
I have a jsp. that has two included jsp's that are actually struts
actions but the response only returns the first one.
I have tried flush="false" (Doesn't matter)
I have tried the 






Eric D. Lemle
Senior Programmer / Analyst
Intermountain Health Care
36 South State Street, Suite 1100
Salt Lake City, Utah 84111 
United States of America (USA)
(801) 442-3688 -- e-mail: [EMAIL PROTECTED]
--
Kris Schneider 
D.O.Tech   
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


I have a jsp. that has two included jsp's that are actually struts actions but the response only ret

2005-02-03 Thread Eric Lemle
I have a jsp. that has two included jsp's that are actually struts
actions but the response only returns the first one.
I have tried flush="false" (Doesn't matter)
I have tried the 








Eric D. Lemle
Senior Programmer / Analyst
Intermountain Health Care
36 South State Street, Suite 1100
Salt Lake City, Utah 84111 
United States of America (USA)
(801) 442-3688 -- e-mail: [EMAIL PROTECTED]


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