Passing Boolean Variables to an Included JSP?
Author: Ryan Bales (http://www.jguru.com/guru/viewbio.jsp?EID=922699), Jun 21, 2002I am passing this boolean variable to the jsp below. How do I access in on the sidebar.jspthis code gives me errors:boolean ridgidbliptag = request.getParmeterValues(“ridgidbliptag”);Please help. Thanks Ryanridgidbliptag = true;