So it IS parsing the CFML.

I was confused because you said :

   " tried the list, but the tags also appeared in the output"

I think Charlie's got your answer.

Rick

On 10/12/07, Steve LaBadie <[EMAIL PROTECTED]> wrote:
> It's not parsing, the page is .cfm document.  If a person choose all
> options it displays like this session1session2session3session4session5
>
> The whole site is coldfusion, all other apps are working fine. I even
> tried using the delimiter="," attribute in the cfloop.
>
> Steve LaBadie, Web Manager
> East Stroudsburg University
> 200 Prospect St.
> East Stroudsburg, Pa 18301
> 570-422-3999
> [EMAIL PROTECTED]
> http://www.esu.edu
>
> -----Original Message-----
> From: Rick Root [mailto:[EMAIL PROTECTED]
> Sent: Friday, October 12, 2007 2:14 PM
> To: CF-Talk
> Subject: Re: Checkbox validation
>
> You mean your output isn't parsing the CFML code?
>
> Either coldfusion isn't installed, or isn't installed properly, or
> you're not executing a file that coldfusion parses (ie, you've got
> CFML code on an .htm or .html file)
>
> Rick
>
> On 10/12/07, Steve LaBadie <[EMAIL PROTECTED]> wrote:
> > I have created a form with checkboxes (the person can make multiple
> > choices).
> >
> >
> >
> > Adult/Teen Classes:
> >
> > <input type="checkbox" name="adults" value="session1" /> Session 1:
> >
> > <input type="checkbox" name="adults" value="session2" /> Session2:
> >
> > <input type="checkbox" name="adults" value="session3" /> Session 3:
> >
> > <input type="checkbox" name="adults" value="yoga" /> Session 4:
> >
> > <input type="checkbox" name="adults" value="belly" /> Session 5:
> >
> >
> >
> > On the action page a created a loop to capture the responses; If the
> > person makes multiple choices I would like them separated either by
> > comas or  displayed in a list
> >
> >
> >
> > Adult/Teen Classes: <cfloop list="#form.adults#"
> index="a">#a#</cfloop>
> >
> >
> >
> > I tried the list, but the tags also appeared in the output
> >
> >
> >
> > Adult/Teen Classes: <ul><cfloop list="#form.adults#"
> > index="a"><li><cfoutput>#a#</cfoutput></li></cfloop></ul>
> >
> >
> >
> >
> >
> >
> >
> > Steve LaBadie, Web Manager
> > East Stroudsburg University
> > 200 Prospect St.
> > East Stroudsburg, Pa 18301
> > 570-422-3999
> > [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>
> > http://www.esu.edu <http://www3.esu.edu>
> >
> >
> >
> >
> >
> >
>
>
>
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Check out the new features and enhancements in the
latest product release - download the "What's New PDF" now
http://download.macromedia.com/pub/labs/coldfusion/cf8_beta_whatsnew_052907.pdf

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:290987
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to