Hi,

> I'm using Symfony 1.0.x with the prototype (1.5.0) helpers to monitor
> a web-form for changes.

Prototype 1.5.0 is very, very out of date.  Many people here on the
list (including myself) won't even have seen it.  Strongly recommend
updating to something more current.  Presumably Symfony 1.2 uses a
more recent version?

FWIW,
--
T.J. Crowder
tj / crowder software / com
Independent Software Engineer, consulting services available

On Feb 16, 9:04 am, pghoratiu <pghora...@gmail.com> wrote:
> Hi!
>
> I'm using Symfony 1.0.x with the prototype (1.5.0) helpers to monitor
> a web-form for changes.
> The prototype code generated by the helpers looks like this:
>
> new Form.EventObserver("job_search_form_id", function(element, value)
> {new Ajax.Updater('search_results', '/search/jobResultPage',
> {asynchronous:true, evalScripts:true, parameters:Form.serialize
> ('job_search_form_id')});});
>
> Within the form I update with ajax an element by replacing it entirely
> however this new element is not monitored for changes.
>
> How can i reinitialize the Form.EventObserver so that the new element
> is taken into consideration?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Prototype & script.aculo.us" group.
To post to this group, send email to prototype-scriptaculous@googlegroups.com
To unsubscribe from this group, send email to 
prototype-scriptaculous+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to