From: "Justin Ruthenbeck" <[EMAIL PROTECTED]> Subject: Re: Can't compile some JSPs
> > > > ><jsp:include page="/Include/Login/logincontrols.jsp" flush="true" /> > > <jsp:param name="testing" value='yes'/> > ></jsp:include> > > You closed the tag on the first line (extra /). Amazing what a second pair > of eyes can see (or, in this case, an extra 2k pairs!) :) > > And single quotes around value='yes' ?? THANK YOU Justin, that was the key I needed. I guess the JSP compiler in 4.x is more strict than the one for 3.x. Thanx again, that helped a lot! Regards, Will Hartung ([EMAIL PROTECTED]) -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
