Hello,

Please have a look at this snippet. The value of {cObj:parentRecordNumber} is printed (1,2,3,4) in the loop but the condition:
            if.equals = 1
            if.value.data = {cObj:parentRecordNumber}
...never turns true

     renderObj = COA
     renderObj {
         5= TEXT
         5 {
            insertData=1
            field = title
dataWrap = <option value="{field:uid}">| {cObj:parentRecordNumber} First item</option>
            if.equals = 1
            if.value.data = {cObj:parentRecordNumber}
         }
         10= TEXT
         10 {
             insertData=1
             field = title
dataWrap = <option value="{field:uid}">|Other items</option>
         }
     }

Any idea why? Any ideas? Thanks in advance!

Regards,
Bert
_______________________________________________
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

Reply via email to