Well, that's where I am a little confused. How do I get them into event if I don't pass them in the url. Like I mentioned in the email, I set those on the page and normally would add them to the "a href" hyperlink and then they would be passed in the url and be available in the event scope.
Normally I would build he hyperlink like this http://test/index.cfm?event=firsttry&userid=#userid#&profileid=#profileid# I assumed the linkto() would do that. How do I get those values to the event scope? On Sun, Feb 8, 2009 at 11:04 PM, Brian Kotek <[email protected]> wrote: > Do you actually have event arguments named userid and profileid? > > > On Mon, Feb 9, 2009 at 12:51 AM, David Mineer <[email protected]> wrote: > >> MG3 >> >> I have a linkto: <a >> href="#event.linkTo('firsttry','userid,profileid')#">First Try</a> >> >> But the URL passed is http://test/index.cfm/firsttry/userid//profileid/ >> >> Shouldn't it put the values after the names between the //? Should be: >> >> http://test/index.cfm/firsttry/userid/1/profileid/dave >> >> I do have a cfset userid = 1 and profileid = 'dave' >> >> Am I misunderstanding how linkto() works? >> >> -- >> David Mineer Jr >> --------------------- >> The critical ingredient is getting off your >> butt and doing something. It's as simple >> as that. A lot of people have ideas, but >> there are few who decide to do >> something about them now. Not >> tomorrow. Not next week. But today. >> The true entrepreneur is a doer. >> >> >> > > > > -- David Mineer Jr --------------------- The critical ingredient is getting off your butt and doing something. It's as simple as that. A lot of people have ideas, but there are few who decide to do something about them now. Not tomorrow. Not next week. But today. The true entrepreneur is a doer. --~--~---------~--~----~------------~-------~--~----~ 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 . -~----------~----~----~----~------~----~------~--~---
