Hi all,

Before I submit a patch, I wanted to run by everybody a possible bug.  When
I have action a call action b via actionloader, then I query the rundata
object for what action called it, it return action a, not action b.  If you
chain a series of actions together, what should the action be that rundata
returns?  the first one, or the last one in the chain?

In my proticular use, I am using the action as a key to a bunch of stored
session data for a user.  So as long as the action matchs, they can retrieve
all their data.  However, to get to the page, I am using action a calling
action b, then when I save all the data, it gets saved under the key a, not
the most recent action for the page, b.

Eric


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to