I would like to take a dominoView, apply a FTSearch in beforePageLoad, and then use that view as the value in a dynamicViewPanel to show the search results. Unless I'm doing something wrong, it seems like the dynamicViewPanel is showing the full view, as if the search wasn't performed. The FTSearch is being done in beforePageLoad as expected, though. Should this work? (If not, for some reason, then it seems like a workaround would be to store the search results in beforePageLoad into a javascript array and use that as the value of a repeat instead of using a dynamicViewPanel.)
TIA! - Reid