Wendy Smoak <java 'at' wendysmoak.com> writes: > From: "Neil Erdwien" <[EMAIL PROTECTED]> > > The ability to use "${expr}" in the text of a JSP page is new to JSP > > 2.0. Does your container support JSP 2.0? Tomcat 5 does, Tomcat 4 > doesn't. > > And if you're not on JSP 2.0, then try: > <c:out value="${user.login}"/> > (Assuming the 'user' object has a 'getLogin' method.)
Yes, that does work. However, this much longer than I expected :) Still, as I'm using tomcat-5.0.27, I guess I should be able to use the shorter form. Any place to check where this feature could be turned off inadvertandly? -- Guillaume Cottenceau - http://zarb.org/~gc/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]