I've run into the JSP size limitation on a couple of my JSP's (built with Tiles). I've tried to split out a set of common <html:option> statements that get used several times in the page (a list of US states), but I haven't figured out how to 'include' this list back into the JSP. I've tried using <jsp:include> and <tiles:insert page=?> but keep getting a message indicating that the HTTP response has already been flushed - therefore I can't do an include (this is Tomcat 3.3.1/servlet spec 2.2). On Cedric's web site for Tiles there is a comment that you can set/use bean value in the config. file, but I can't seem to find an example on how to do this. Does anyone have a example they can post? Is there a better way to handle this situation?
Thanks in advance! Jerry Jalenak Development Manager, Web Publishing LabOne, Inc. This transmission (and any information attached to it) may be confidential and is intended solely for the use of the individual or entity to which it is addressed. If you are not the intended recipient or the person responsible for delivering the transmission to the intended recipient, be advised that you have received this transmission in error and that any use, dissemination, forwarding, printing, or copying of this information is strictly prohibited. If you have received this transmission in error, please immediately notify LabOne at (800)388-4675. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

