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 <jsp:param's for the parameters (Doesn't matter)
Is there something in the framework that is preventing this?


<table><tr><td>
<jsp:include page="/EventsAction.do?dispatch=display" flush="true" />
</td></tr></table>

<table><tr><td>
<jsp:include page="/RelocationAction.do?dispatch=display" flush="true"
/>
</td></tr></table>


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]

Reply via email to