Displaying 1 result from an estimated 1 matches for "change_active_client".
2006 Apr 04
5
getting the value of a form select
...I am obvisouly missing something...
all I want to do is having a form with a dropdown menu. When the user
select a value from the drop down and sumit the value, this value must
be the new ''active_client''.
Technicaly, when the form is submited from the list page, it calls the
change_active_client action that take care of changing the client''s ID
in the session then returns the control to the list action.
My problem is that when I try to output the value stored in the session,
I get anything but what I expected...
What am I missing?
the simplified version of my code goes like t...