ok...not sure then

but another problem is
   echo '<select name="submit_loss" style="width:136px">';
   echo '<option value="000" >&nbsp;</option>';
       foreach ($return as $row)
       {
           echo "<option value='$row[LOSS_NUM]' selected>
$row[LOSS_NUM]</option>";
       }
  echo'</select>';

all of your options are being marked as selected when they get returned to
the browser.



On 10/3/07, Lir <[EMAIL PROTECTED]> wrote:
>
>
> Ajax Updater shows the new values without problems in both IE and
> Mozilla. But once I send the form to itself it shows nothing in
> Mozilla. Is like the values weren't send to the server.
>
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Spinoffs" group.
To post to this group, send email to rubyonrails-spinoffs@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-spinoffs?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to