Missing Hidden Input tags

Hi!  Downloaded Amaya and used it for the first time...I was extremely
excited until my 'hidden' input elements disappeared after editing the
document.  Any patch available?  Looks like a great tool!  - Darin Ames

Before:
        <TR>
          <TD>1. The average lifetime temperature in degrees C is:(<A
            class=one
            href="javascript:rolePrompt
('DCE','TestQuest1_v1.0','18089.9377.19064.62782')">DCE</A>)
          </TD>
          <TD align=right><INPUT value=1 name=TestQuest1_v1.0answer>
</TD><INPUT
          type=hidden value=TestQuest1_v1.0 name=question> <INPUT
type=hidden
          value=DCE name=TestQuest1_v1.0role> <INPUT type=hidden value=null
          name=TestQuest1_v1.0copyTo_Type> <INPUT type=hidden value=null
          name=TestQuest1_v1.0copyTo_Attribute> </TR>

After:
        <tr>
                <td>1. The average lifetime temperature in degrees C is:(<a
                  class="one"
                  href="javascript:rolePrompt
('DCE','TestQuest1_v1.0','18089.9377.19064.62782')">DCE</a>)</td>
                <td align="right"><input type="text" value="1"
                  name="TestQuest1_v1.0answer" size="20"></td>
                 type=hidden value=TestQuest1_v1.0 name=question
type=hidden value=DCE name=TestQuest1_v1.0role type=hidden value=null
name=TestQuest1_v1.0copyTo_Type type=hidden value=null
name=TestQuest1_v1.0copyTo_Attribute</tr>
----------------------------------------------------------------
The information transmitted is intended only for the person or entity to
which it is addressed and may contain confidential and/or privileged
material.  Any review, retransmission, dissemination or other use of, or
taking of any action in reliance upon, this information by persons or
entities other than the intended recipient is prohibited.   If you received
this in error, please contact the sender and delete the material from any
computer.

Received on Thursday, 10 January 2002 03:21:41 UTC