RE: Taglib problem

2002-06-27 Thread Kedar . Upadhye
Thanks a ton Nico ! -Original Message- From: "Struts Developers List" <[EMAIL PROTECTED]> at Internet Sent: Saturday, June 22, 2002 12:18 AM To: "Struts Developers List" <[EMAIL PROTECTED]> at Internet Subject: RE: Taglib problem You have to build

Re: Taglib problem

2002-06-21 Thread Nicolas De Loof
You have to build your INPUT Tag "value" attribute with quote delimiters. If you don't use this quotes, first blank character is interpreted as end of the value string. You should try to get used using XHTML notation for your HTML code, with lowercase tags and quoted attribute values: pageContex

Taglib problem

2002-06-21 Thread Kedar Upadhye
Hi, I have something like this in one of my tag classes : pageContext.getOut().print("Group Name"); pageContext.getOut().print(""); The value assigned to str variable is "localhost ipaddress". It shows it correctly if I print it to System.out. But on the html page all it shows