XPages and Rich Text - " Item Note already exists" error -
i'm migrating lotus notes application xpages. 1 lotus notes form has rich text item on xpage added rich text control , bound item on notes form. whenever edit xpages document , make change in rich text editor, on saving error " item note exists". there way of solving prolem? i'm using 8.5.3. rich text field on notes form called "note". ideally able edit documents both in lotus notes client , in xpages. here code on xpage:
<xp:inputrichtext id="notert" value="#{document1.note}" style="height:150.0px; width:300.0px" rendered="#{javascript:currentdocument.iseditable()}"> <xp:this.dojoattributes> <xp:dojoattribute name="toolbartype" value="slim"> </xp:dojoattribute> </xp:this.dojoattributes> </xp:inputrichtext> <xp:text escape="false" id="noteread" rendered="#{javascript:!currentdocument.iseditable()}" value="#{document1.note}"></xp:text>
here http://www-01.ibm.com/support/docview.wss?uid=swg1lo67696
and here http://cynology1.rssing.com/browser.php?indx=2286169&item=1718
you can read, error fixed in fix pack2
but if have no time update fp2, try change property of computewithform of data 'both' 'onload' or 'onsave'.
go way xpages->properties->data->data->dominodocument[0]->computewithform
i don´t know, right case, try , tell if helped.
Comments
Post a Comment