get sourse
<select name="department_id" id="department_id" style="width:300px;"
onchange="new Ajax.Updater('clasSpeciality', '/frontend_dev.php/
vacancy/getSpecialities', {asynchronous:true, evalScripts:false,
parameters:'department_uid=' + this.value});"><option value=""> </
option>
<option value="2">HRM</option>
<option value="8">IT (Інформаційні технології)</option>
<option value="3">other item</option>
</select>
<div id="clasSpeciality"></div>
in firebug i can see response, the response is ok
<select name="speciality_id" id="speciality_id" class="" style="width:
250px;"><option value=""> 
</option>
<option value="333">item1</option>
<option value="341">item2</option>
<option value="54">item3</option>
</select>
please, tell me the possible reasons why response is' not inserted in
clasSpeciality div as it should be. it realy makes me mad already 2
days.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"symfony users" 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/symfony-users?hl=en
-~----------~----~----~----~------~----~------~--~---