Replying to myself here for the sake of others who may have the same problem...
This works now when I place the second observe_field("second") inside
the first.rhtml file.
On 8/2/05, James Earl
<jamesd.earl-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
wrote:> I''m having problems getting a second observe_field() method to
work.
> Can observe_field() be used more than once?
>
> <%= form_tag(...) %>
>
> <div id="first"></div>
> <%= observe_field("first", ...) %>
>
> <div id="second"></div>
> <%= observe_field("second", ...) %>
>
> <%= end_form_tag %>
>