Problem with default values in forms

Subject: Problem with default values in forms
From: Mala Ramakrishnan <mala@xxxxxxxxxxxxx>
Date: Wed, 29 Nov 2000 17:09:05 -0800

Hi,

I need to display a form with some default values that the user can
modify if necessary and then submit to my servlet. Somehow, the value
returned is always null for this. Here is how my xsl looks:
               <xsl:element name="input">
                  <xsl:attribute name="type">
                     <xsl:text>hidden</xsl:text>
                  </xsl:attribute>
                  <xsl:attribute name="name">
                     <xsl:text>producer</xsl:text>
                  </xsl:attribute>
                  <xsl:attribute name="value">
                     <xsl:text>URLProducer</xsl:text>
                  </xsl:attribute>
               </xsl:element>
the value of producer parameter is always null!! What am I doing wrong
here?

Mala
--


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread