The problem just brought up was that the redirect view interprets params as actual request parameters to append to the URL. Setting parameters to the controller inadvertently causes them to show up in a redirect.
That seems like a compelling reason for separate namespaces. Jeff Schnitzer [EMAIL PROTECTED] > -----Original Message----- > From: Shackelford, John-Mason [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, February 12, 2003 11:23 AM > To: '[EMAIL PROTECTED]' > Subject: RE: [Mav-user] additional configuration for commands > > Jeff, > > > It would be easy enough to split up the params collection > > into three separate collections. > > I'd be interested in hearing more about why we'd want these separate since > seperating them adds complexity to the API. If we need the sperate names > spaces, great. If not, why bother? > > > John-Mason Shackelford > > Software Developer > Pearson Educational Measurement - eMeasurement Group > > 2510 North Dodge St. > Iowa City, IA 52245 > ph. 319-354-9200x6214 > [EMAIL PROTECTED] > http://etest.ncspearson.com > > > ************************************************************************ ** > ** > This email may contain confidential material. > If you were not an intended recipient, > Please notify the sender and delete all copies. > We may monitor email to and from our network. > ************************************************************************ ** > ** > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > [INVALID FOOTER] ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf [INVALID FOOTER]
