xpages passing the UNID to other field
问题 I have an input field: <xp:inputText value="#{Cdoc.txt_UNID}" id="txt_UNID1"></xp:inputText> The field txt_UNID is computed having the value: @Text(@DocumentUniqueID) . What I noticed is that even I just compose the xpage containing the document content the inputText already contains some UNID even if the xpage containing the doc content wasn't saved. There is a button which is showing a dialog containing a field. I want this field to have the value of txt_UNID Cdoc.save(); // I must save