XPages - get value of a textarea inside a dialog - Part 2
问题 Follow on from my previous question: I am trying unsuccessfully to get a handle on the text input into a textarea which is contained inside an xe:dialog. The xe:dialog "pops up" after a button on the XPage is pressed. Here is my code: <xe:dialog id="InputDialog5"> <xe:this.title>Input Dialog</xe:this.title> <xp:panel> <xp:inputTextarea id="InputTextBox5" value="#{document1.InputTextBox5}" cols="60" rows="4" styleClass="StatusDialogLabel"></xp:inputTextarea> </xp:panel> <xe:dialogButtonBar id=