How do I include one action right into a jsp page?
I have an index.jsp with the jsp:include tag pointing to an action
<jsp:include page=”menu.do” /> (index.jsp)
This action populates a collection and then forwards to menu.jsp to design the menu.
The browser display only the menu.jsp. Why it do not display the index.jsp with menu.jsp page included?
Tks,
Fabricio