I could update my copy of the framework. But even though I have done this in the past, this means that every time I update the framework, I will have to reapply my changes. This is why, if possible, I would like to get it in a ticket. If not, I will just work around it.
Thanks for the input :) On Mar 26, 11:03 am, Brian Pickens <[email protected]> wrote: > I would like to point out that you could modify the framework to do > that if you really wanted to. It is opensource after all. > > On Mar 25, 1:41 pm, Po <[email protected]> wrote: > > > > > > If we did that, the entire event obj would be serialized to the url. > > > I thought it would be as easy as having a list of all event arguments > > be the default for the "args" parameter. > > > > What are you trying to accomplish? > > > I have multiple forms which get submitted to a "redirectEvent". This > > event then uses a filter to redirect to the final event using a > > dynamic event argument called "nextEvent". This is mainly done to > > avoid the reposting of form data when the user refreshes the page. > > Since I cannot dynamically pass all event arguments to the redirect > > tag, I can either create redirect events for every one of these forms > > I submit, or use the filter which can then dynamically pass all the > > event arguments via the redirect method. > > > If the args parameter had a list (not serialized, just the list) of > > all event args as default, so as to pass all arguments, I would no > > longer need the filter and could just call the redirect tag directly > > from the "redirectEvent". > > > I have tried numerous other ways with EL expressions but nothing has > > worked so far. This is not critical for the implementation of my > > project, and I can work around it if necessary, But I was just > > wondering if it would be feasible or even worth while to implement > > something like this. > > > Thank you. > > > On Mar 24, 4:55 pm, "Peter J. Farrell" <[email protected]> wrote: > > > > If we did that, the entire event obj would be serialized to the url. I > > > don't think that would be prudent since the url can only handle simple > > > values. This is why redirect persists were added. What are you trying to > > > accomplish? Maybe there is a different approach. > > > > .Pjf > > > > -----Original Message----- > > > From: Po <[email protected]> > > > Date: Wed, 24 Mar 2010 13:39:08 > > > To: Mach-II for CFML<[email protected]> > > > Subject: [Mach-II] Args parameter in the redirect tag > > > > Would it be possible for the "args" parameter in the redirect tag to > > > pass all event arguments if left blank, just like the "persistArgs" > > > parameter? > > > > -- > > > You received this message because you are subscribed to Mach-II for CFML > > > list. > > > 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 > > > athttp://groups.google.com/group/mach-ii-for-coldfusion?hl=en > > > SVN:http://greatbiztoolsllc.svn.cvsdude.com/mach-ii/ > > > Wiki / Documentation / > > > Tickets:http://greatbiztoolsllc.trac.cvsdude.com/mach-ii/ > > > > To unsubscribe from this group, send email to > > > mach-ii-for-coldfusion+unsubscribegooglegroups.com or reply to this email > > > with the words "REMOVE ME" as the subject. -- You received this message because you are subscribed to Mach-II for CFML list. 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/mach-ii-for-coldfusion?hl=en SVN: http://greatbiztoolsllc.svn.cvsdude.com/mach-ii/ Wiki / Documentation / Tickets: http://greatbiztoolsllc.trac.cvsdude.com/mach-ii/ To unsubscribe from this group, send email to mach-ii-for-coldfusion+unsubscribegooglegroups.com or reply to this email with the words "REMOVE ME" as the subject.
