Upgrading packages one at a time, I narrowed it down to the following.
All other things being equal (latest versions):

Pylons-0.9.4.1-py2.4.egg
WebHelpers-0.2.2-py2.4.egg
==> works


Pylons-0.9.5-py2.5.egg
WebHelpers-0.3-py2.5.egg
==> empty request.params bug


In case it helps, here is my observe_field code:

<% h.observe_field(
    'store_id',
    url = h.url_for(controller="/Venues", action="venueSelect"),
    with = "'store_id=' + value",
    update = 'venue_id_container',
)%>



Cheers,

--
Yves-Eric Martin


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" 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/pylons-discuss?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to