Hello,

I am going to re-ask the question.

I have an include on a JSP page that is including an action. (I am creating
a dynamic header.) The problem any thing under the include is not being sent
to the web browser.

The jsp include:
<jsp:include page="/buildHeader.do">
        <jsp:param name="activeMenuTab" value="home"/>
        <jsp:param name="activeMenuItem" value="none"/>
</jsp:include>

The action mapping connected to the jsp page:
<action path="/buildHeader" type="naimes.aisr.header.BuildHeaderAction">
        <forward name="success" path="/themes/default/header.jsp"
redirect="false">
        </forward>
</action>

Thanks in advance,
Chad Shryock.

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

Reply via email to