copy contents view to 2 strings
问题 I have a view that is build based on a search . On a click of a button: I would like to copy the first 10 rows of the column "city" to one string. Between each city I would like to add the characters "\r" .So the result is a string like :"Rome \r Berlin \r Paris ..." The remaining rows (from 11 till the end) should be copied to another string. 回答1: Something like this will work: <xp:this.data> <xp:dominoView var="view2" viewName="<<viewName>>"> </xp:dominoView> </xp:this.data> <xp:inputText>