I'm trying to create a search page that will take search terms entered on an Xpage, full text search one or more external databases, and display the results (with links) on the Xpage. I've got a data table control setup to display the results and java script in the data table to do the search and return the results. I'm trying to use request scope variables in the java script to get the search terms from the Xpage, but all the request scope variables are null in the java script.
I've also tried putting the same java script code on a button on the Xpage. In this case, I can get the values from the request scope variables, run the search, and return results, however, I don't now how to get the results to a data table object or repeat object.
Any ideas?
thanks,
chuck