On Wed, Dec 29, 2010 at 8:31 AM, Teed Younger <teedyoun...@hotmail.com> wrote:
> <cfif SESSION.crossRefList NEQ "">
>          <h3>Cross References</h3>
>          <br />
>          <cfoutput>
>            <cfloop index="brandGroup" list="#FORM.crossRefList#" 
> delimiters="#chr(13)##chr(10)#">
>              <ul>
>                <h3>#listFirst(brandGroup,"#chr(13)##chr(10)#")#</h3>
>                <cfloop index="productGroup" 
> list="#listLast(productGroup,";")#" delimiters=";">

Shouldn't that be listLast(brandGroup,";") ? Otherwise, where is
productGroup defined above this?

>                  <li>#listLast(productGroup,";")#</li>
>                </cfloop>
>  

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:340310
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to