Re: variables passed en masse - what is the tag?

2000-12-06 Thread Jennifer
At 12:21 PM 12/6/00 -0700, you wrote: >I remember several replies to a previous question where a tag was referenced >that gathered all the variables on a form and passed them to subsequent >pages > >what was that tag - I hope I'm not dreaming but it would help to replace >hidden fields. I have a

Re: variables passed en masse - what is the tag?

2000-12-06 Thread David Hannum
It's not a tag. You put the variables into the session scope where they are stored in memory for that user session. You must use an application.cfm tag and turn on session management to use the session scope. Check search the CF Docs for "Session" Dave - Original Message - From: Ric

RE: variables passed en masse - what is the tag?

2000-12-06 Thread Walker, Matthew
> >I remember several replies to a previous question where a > tag was referenced > >that gathered all the variables on a form and passed them to > subsequent > >pages > >what was that tag - I hope I'm not dreaming but it would > help to replace > >hidden fields. How about something like (

RE: variables passed en masse - what is the tag?

2000-12-07 Thread Daniel Lancelot
ilto:[EMAIL PROTECTED]] :> Sent: 07 December 2000 03:49 :> To: CF-Talk :> Subject: RE: variables passed en masse - what is the tag? :> :> :> > >I remember several replies to a previous question where a :> > tag was referenced :> > >that gathered all the varia

Re: variables passed en masse - what is the tag?

2000-12-07 Thread Jamie Keane
>:> -Original Message- >:> From: Walker, Matthew [mailto:[EMAIL PROTECTED]] >:> Sent: 07 December 2000 03:49 >:> To: CF-Talk >:> Subject: RE: variables passed en masse - what is the tag? >:> >:> >:> > >I remember several replies to a prev

Re: variables passed en masse - what is the tag?

2000-12-07 Thread Larry C. Lyons
Try Ben Forta's tag CF_EmbedFields. You can find it at http://devex.allaire.com/developer/gallery/SearchResults.cfm?keywords=cf_embedfields&search=search hth, larry -- Larry C. Lyons ColdFusion/Web Developer EBStor.com 8870 Rixlew Lane, Suite 201 Manassas, Virginia 20109-3795 tel: (703) 393-793

RE: variables passed en masse - what is the tag? ANSWER

2000-12-07 Thread Richard Kern
Thanks to all who replied, the tag I was looking for is CF_embedfields Richard ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives: http://www.mail-archive.com/cf-ta