Design pages problem

Hello,

I want to have a page containing multiple page fragments :

TopMenu fragment page

content fragment page

footer fragment page

And the top menu contains buttons.I want to load page in the content fragment dynamically

according to the clicked button in the top menu fragment. I have found the dcontainer jmaki component but I don't know how to use it.

Have you please an idea of how can I do this ?

Thanks in advance.

[476 byte] By [WebServicea] at [2007-11-27 6:25:56]
# 1
You may find http://balusc.xs4all.nl/srv/dev-jep-djs.html useful.
BalusCa at 2007-7-12 17:46:17 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 2

When I used this tag

<jsp:include page="<%= includePage %>" />

I have the error message : The value of attribute "page" associated with an element type "jsp:include" must not contain the '<' character

what is wrong please.

Thanks in advance

WebServicea at 2007-7-12 17:46:17 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 3
Make sure that your development environment as well as the appserver runs at least JSP 2.0 and Servlet 2.4.
BalusCa at 2007-7-12 17:46:17 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 4
How can I know it.I use netbeans 5.5 with Java EE 5 and sun Java system application server 9.
WebServicea at 2007-7-12 17:46:17 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...