Hi, JSP 1.1 spec says that if you specify buffer="none" in the page directive, then buffering is turned off. i.e. following is perfectly valid : <%@ page buffer="none" ... %> But when I do this with orion, I get the following error message : Error parsing JSP page /.../... line 1 Invalid value of buffer attribute in page tag Can somebody explain to me this discrepency between the spec and the implementation TIA VIMAL KANSAL __________________________________________________ Do You Yahoo!? Talk to your friends online with Yahoo! Messenger. http://im.yahoo.com
