I recently started messing with the Ajax Helper and I've successfully
gotten this working:

$AjaxHelper.ObserveField("searchText",1,"SearchResults.aspx",
"results","'search='+value")

Anytime i try and add $DictHelper.....    such as:

$AjaxHelper.ObserveField("searchText",1,"SearchResults.aspx",
"results", 
$DictHelper.CreateDict("loading=Toggle.display('search_spinner')","with='search='+value"
))


it renders the whole line as text rather than replacing it with the
correct javascript..

A little assistance would be appreciated!


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
CastleProject-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/castleproject-users

Reply via email to