This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Problem with default values in forms




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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]