I wrote a custom URL Manager for this reason, which expands on the current one to keep its existing functionality, but if the 2nd argument is a structure instead of a string, it uses the key/value pairs from the structure instead of pulling the values out of the event context.
Here's my basic version: http://atuttle.pastebin.com/f31871859 And my SES version: http://atuttle.pastebin.com/feb8ff93 Adam On Mon, Feb 9, 2009 at 7:58 AM, Jason Fisher <[email protected]> wrote: > If the variables do not already exist in the event when you call linkTo(), > then you'll need to set them with event.setValue("userid", "1") and > event.setValue("profileid", "Dave"). > > > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "model-glue" group. 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/model-glue?hl=en For more about Model-Glue, check http://www.model-glue.com . -~----------~----~----~----~------~----~------~--~---
