It works with beans in you have imported into your JSP page using the 'name=""' attribute.
name The attribute name of the bean whose properties are consulted when rendering the current value of this input field. If not specified, the bean associated with the form tag we are nested within is utilized. (RT EXPR) See: http://jakarta.apache.org/struts/userGuide/struts-html.html#text Remember, Documentation is your friend. :) Regards, David -----Original Message----- From: Giovani Salvador [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 04, 2003 6:18 PM To: [EMAIL PROTECTED] Subject: html:text - Only ActionForm Hi all..... Does the html:text tag work only with action form? For example, can an action class put an object in the request and the html:text tag obtain this object and its properties or this tag only works in conjunction with action form? Thanks in advance Giovani Salvador Procergs --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

