i had issue last week , normal yesterday. today have blank pages again ie7 , ie6 testing page in browserlab. any solution or explanation that? hi 12jutta34, we looking issue. appears specific web server, don't have root cause established @ point. if have domain pointed @ server or can test using servers ip address, may change behavior. i'll post update when have more information. thanks patience! regards, josh More discussions in Adobe Story adobe
hi troops, my application has core set of items (e.g. products), gets passed between various view layers. each layer wraps given input list in listcollectionview, , adds own sorting , filtering. that way might have construct similar to new listcollectionview(new listcollectionview(new arraycollection())) but, of course, sorting/filtering added on each level. now when call itemupdated() on root arraycollection, change not propagate hierarchy of lists. it seems each wrapping, have call itemupdated(), such as: ac.itemupdated(product); ac.itemupdated(product); to make top-most listcollectionview update. single call not trick. debugging code gave me insight initial collectionevent.update event ac converted move event listcollectionview. second call makes lcv realize item wouldn't move anymore , not convert event, next lcv can item-moved update of localindex. yes, yes, complicated. feedback welcome, of course for single o...
i have id (primary key) set bigint in sql server. have query following: where whateverid = <cfqueryparam cfsqltype="cf_sql_integer" value="#url.id#"> i got invalid data type it. tried: where whateverid = <cfqueryparam cfsqltype="cf_sql_bigint" value="#url.id#"> i still got invalid data type it. tried: where whateverid = <cfqueryparam cfsqltype="cf_sql_int" value="#url.id#"> and worked. the weird thing cf_sql_int not listed being accepted: http://www.adobe.com/livedocs/coldfusion/5.0/cfml_reference/tags79.htm can explain me. > whateverid = <cfqueryparam cfsqltype="cf_sql_bigint" value="#url.id#"> what value of #url.id#? had no problems either using cf8. > weird thing cf_sql_int not listed being accepted: iirc, when pass in invalid sql type cf uses default: cf_sql_char, accepts anything. ms sql implicit convert() right type , why works. More discussions in Data...
Comments
Post a Comment