Thanks for such an amazing module - it definitely makes AHAH a little easier.
I have a set of dependent dropdowns, and after making updates to the parent dropdown (which correctly triggers child changes) and then submitting the form, if I back up to the form, it regenerates the form contents (form storage is empty), but the browser retains the parent dropdown selection. This creates a mismatch between the triggering field and the children. To resolve, I tried unsuccessfully to force the page to expire, was looking at storing form values in session space so that I could restore the children, but as a simpler answer, I just force the form to reset on load.
Any better ideas on how to resolve this?
Comments
Comment #1
barinder commentedI am also facing similar issue. Also if I change parent drop down selection, it throws
Comment #2
stefan81 commentedI had the same issue.
On line 154 in ahah_helper.module I made this change:
from:
to:
I am looking forward to any comments by the developer.
Thanks in advance.
It is a fantastic module indeed!