>Or setting your headers in the outer page, which is where it should be >done IMHO. Includes are for content only -- trying to mix in control-type >functionality like modifying headers is a poor design practice.
That makes some dynamic sites very problematic... image that every page on a site is pulling its content from a mySQL database, but I want the pages to have some sort of "last modified" date that gets pulled from field within each record... now if I have to set headers in the outer page, I need to make a database call *just* to get the modified date, then the included JSP actually makes the database calls for the real data. I just doubled the connections made to the database, all because I can't pull that date field and modify the header from within the include. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
