[SOLVED]

The problem was that I had another form, like:
<form name="one">
<div id="my_div"></div>
</form>

The code above don't work.
This code works:
<form name="one">
</form>
<div id="my_div"></div>


Hope it helps,
Federico.

On 11/6/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
>
> Adam,
>
> I've just test it with version 1.6.0_rc0 and nothing seems to change, the
> form is still missing :(
>
>
> Saludos,
> Fede.
>
> On 11/6/07, Adam Keys <[EMAIL PROTECTED]> wrote:
> >
> >
> > On Nov 6, 2007, at 9:43 AM, [EMAIL PROTECTED] wrote:
> > >
> > > It seems that update() method is parsing out the form or
> > > something....Can that be possible?
> >
> > I've observed that as well.  Something in Prototype 1.6rc0 fixes it,
> > but I'm not sure what.
> >
> > --
> > ~akk
> > http://therealadam.com
> >
> >
> >
> >
> > > >
> >
>

--~--~---------~--~----~------------~-------~--~----~
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 [email protected]
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