On Friday 13 August 2004 09:40, Richard Yee wrote:
> Mike,
> What does the generated HTML look like?

The generated HTML is not the problem; the failure to invoke the set method is 
the problem.  However, maybe looking at it would provide some insight into 
the cause.  Anyway, here it is:

<html>
  <head>
    <title>Problem page</title>
</head>

<body>
    <div style="text-align: center">
      <form name="problemBean" method="post" 
          action="/pr99/Problem.do?arg=update">
        <table width="800" border="0" cellspacing="0" cellpadding="0">
          <tr>
            <td align="center" colspan="2">
              <input type="submit" value="Submit">
            </td>
          </tr>
          <hr />
          
            <tr>
              <td>Problematic input</td>
              <td>
                <input type="text" name="entry[0].integer_value" value="0">
              </td>
            </tr>
          
            <tr>
              <td>Problematic input</td>
              <td>
                <input type="text" name="entry[1].integer_value" value="1">
              </td>
            </tr>
          

          <tr>
            <td><b>Functioning input</b></td>
            <td>
               <input type="text" name="working_perfectly" value="xxxxx">
            </td>
          </tr>

        </table>
      </form>
      <hr />
    </div>
  </body>
</html>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to