I tried that one earlier and it did not work either.  I have fixed it that was 
before also.

That did not work.  I get the same results.  getPages.status is blank.

Thanks though!



> -----Original Message-----
> From: Robert Harrison [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, November 07, 2006 5:55 PM
> To: CF-Talk
> Subject: RE: cfloop in a cfoutput
> 
> Try this:
> 
> 
>  <cfloop query="getPages">
>  <cfoutput>
>  <form action="">
>  <select name="Status">
>  <cfloop query="getPageStatusTypes">
>       <option <cfif getPageStatusTypes.PageStatus EQ
>  getPages.status>SELECTED</cfif>></option>
>  </cfloop>
>  </select>
>  </form>
>  </cfoutput>
>  </cfloop>
> 
> 
> 
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

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

Reply via email to