Tom Holmes Jr. wrote:

<body>
    <c:import url="/myapp/includes/header.jsp" />
    <c:import url="/myapp/includes/listdata.jsp" />
    <c:import url="/myapp/includes/footer.jsp" />
</body>


Even though I don't use <c:import/> if you have propertly defined .do in your xml and listdata.do return a response with the proper HTML, then it should work okay. Do you you have your action class for listdata.do forward to listdata.jsp? I assume that <c:import url="whatever.do"/> is appropriate.


Michael




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



Reply via email to