Dear fellow JSP developers,


Can anyone tell me if the following is possible:

Let's pretend :-) I've got a set of pages that require a header and a footer
to be included. Assume that I am currently doing this with include in jsp.
Let's say that I am now modifying the header, implementing a big mouseover
system, causing buttons to be pressed etc, but more importantly, causing
certain buttons to be dimmed while at a page. to accomplish this I thought
of sending certain info with my include tag, like this:

<%@ include file="/path/to/file/Header.jsp?status1="".. etc etc %>

Would this work?

TIA and regards,

Caspar van Vroonhoven
www.tradingcars.com

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to