Return-Path: Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 99705 invoked from network); 4 Apr 2000 13:57:21 -0000 Received: from perneus.ne.mediaone.net (24.218.112.194) by locus.apache.org with SMTP; 4 Apr 2000 13:57:21 -0000 Received: from perneus (perneus [24.218.112.194]) by perneus.ne.mediaone.net (8.9.3/8.9.3) with SMTP id JAA18211 for ; Tue, 4 Apr 2000 09:56:52 -0400 (EDT) Date: Tue, 4 Apr 2000 09:56:52 -0400 (EDT) From: Russell Hammer Reply-To: Russell Hammer Subject: Re: Passing parameters to a bean from a JSP To: tomcat-user@jakarta.apache.org In-Reply-To: "Your message with ID" <38E99553.AD90B5C4@oviedo.syseca.es> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; CHARSET=US-ASCII X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N > This HTML: > > > Example > >

Your Name:

>
> >
> > > > With this hello.jsp: > > > Example > >

Hello <% =request.getParameter("YOURNAME") %>

Shouldn't this be

Hello <%= request.getParameter("YOURNAME") %>

> > > > Should work. You can also check some of the examples at > /path/to/tomcat/webapps/examples/jsp. > > Can you post come of your HTTML/Javascript and your JSP?. Russ