coldfusion 10. cfmenu not working. error is 'this.body.firstChild' is null or...
I am using coldfusion 10. cfmenu not working. Error is 'this.body.firstChild' is null or not an object in menu-min.js file.Error in line oNode=this.body.firstChild.Any body faced same issue? What is...
View ArticleRe: Solr Search returns fuzzy results in quoted term search
Hi Check this http://stackoverflow.com/questions/2630879/solr-exact-word-search ThanksVJ
View ArticleRe: coldfusion 10. cfmenu not working. error is 'this.body.firstChild' is...
Hi Can you share the code to test? Also, if possible can you test the cfmenu example (at the bottom of the page) code from the link mentioned below and share your findings...
View ArticleRe: coldfusion 10. cfmenu not working. error is 'this.body.firstChild' is...
I have used the same code. <cfmenu name="menu" type="horizontal" fontsize="14" bgcolor="##CCFFFF"> <cfmenuitem name="acrobat" href="http://www.adobe.com/acrobat" display="Acrobat"/>...
View ArticleRe: coldfusion 10. cfmenu not working. error is 'this.body.firstChild' is...
Is your ColdFusion 10 Application service running as local system, if not then try? Which Browser you are using? Try and test with different browsers ThanksVJ
View ArticleRe: Solr Search returns fuzzy results in quoted term search
I still need fuzzy search, just not when the term is quoted, from the info in the link it seems that chnage this will make all searches exact, I only want exact when the string is quoted. is there any...
View ArticleRe: coldfusion 10. cfmenu not working. error is 'this.body.firstChild' is...
I am not using local system. In server I am trying and checking in local system browser.I am using IE8 where getting the error. Have checked in firefox, no javascript error but dropdown menus are not...
View ArticleRe: Solr Search returns fuzzy results in quoted term search
For fuzzy search < cfsearch name="mysolrsearch" collection="mysolr" criteria="Fund Administrator~">
View ArticleRe: coldfusion 10. cfmenu not working. error is 'this.body.firstChild' is...
If possible, run CF 10 service as local system just for testing purpose. (It might not bring any difference however give it a try)Is it possible for you to reset IE 8 and then test? My results with the...
View ArticleRe: Solr Search returns fuzzy results in quoted term search
ok, thanks. this is something i will nedto consider before implemtning. thanks again.
View ArticleEmpty User Agent string checking with RegEx fails
Why does this not work for the User Agent empty string?<cfif REFindNoCase("^$", CGI.HTTP_USER_AGENT)> <cfoutput> "#CGI.HTTP_USER_AGENT#" </cfoutput></cfif> For obvious...
View ArticleRe: Empty User Agent string checking with RegEx fails
I would use "^.+" instead of "^$"
View ArticleRe: Empty User Agent string checking with RegEx fails
"^.+" should be the same as ".{1,}" which will match any single character that is not a line break character between one and unlimited times (greedy). That also would essentially match just about...
View ArticleRe: jqGrid Server side
Thanks for the information and help,The variable does not have double quotations, but data return has double quotation from JSON function call. Thanks again, Iccsi, {"ROWS":[[1,"July, 24 2013...
View ArticleRe: coldfusion 10. cfmenu not working. error is 'this.body.firstChild' is...
I have reset the IE but no luck. The error is in this page "CFIDE/scripts/ajax/yui/menu/menu-min.js"
View ArticleRe: Multi-Select Box Not Displaying Values Passed From Grid?
Problem was related to some javascript for the select box. There was a function for a single select box but not a multiple select box - this fixed it: if(theForm.elements[i].type ==...
View Articlequestion?
Hi, my page can't find the css for fc if i included them within the header, but it found and wokred fine if i have them within cfinlude tag? <head><title>Document</title><!---...
View ArticleWhere does the manditory CF10 update needed to be copied to?
We are running ColdFusion 10,282462 on a Windows Server 2008 R2 (64-bit) server. There are several updates waiting to be downloaded and installed. Before I can install these updates I need to...
View Article