you need to use an expression element instead of scriptlet ( <%= QueryText%> instead of <%QueryText%>) also do care to leave a whitespace between each html attribute.
regards, Vinay -----Original Message----- From: Lance Prais [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 25, 2002 2:00 AM To: [EMAIL PROTECTED] Subject: simple question I am not sure what is going wrong here could someone please help. I want to set a value to an input box. This value is passed from a previous form. I would normally do it this way. <input type="text" name="QueryText" Value="<%QueryText%>"size="20" style="text-align: Left; width: 280" tabindex="1" maxlength="500"> I am using Iplanet and when I do the above statement it blows up. Thank you in advance Lance ___________________________________________________________________________ To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff SERVLET-INTEREST". Archives: http://archives.java.sun.com/archives/servlet-interest.html Resources: http://java.sun.com/products/servlet/external-resources.html LISTSERV Help: http://www.lsoft.com/manuals/user/user.html "THIS E-MAIL MESSAGE ALONG WITH ANY ATTACHMENTS IS INTENDED ONLY FOR THE ADDRESSEE and may contain confidential and privileged information. If the reader of this message is not the intended recipient, you are notified that any dissemination, distribution or copy of this communication is strictly Prohibited. If you have received this message by error, please notify us immediately, return the original mail to the sender and delete the message from your system." ___________________________________________________________________________ To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff SERVLET-INTEREST". Archives: http://archives.java.sun.com/archives/servlet-interest.html Resources: http://java.sun.com/products/servlet/external-resources.html LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
