• By Johan Källman 1 decade ago

    Good work on last bug - but…

    In 0.0.7 I can open a post in edit mode, but unfortunately it won't save. Clicking save button does not save, it just returns to the edit mode.

    Also, in the My Profile, the edit button does NOT open the profile document in edit mode.

    • Same Problem

      By Mike Kerp 1 decade ago

      d'accord - same problems here. Using ie8 you can see closing and opening the document, firefox is to fast.

    • A workaround for the Save issue

      By Jon Soderquist 1 decade ago

      Modify the code for the Save button on the viewTopic Custom Control



      Change from



      <xp:actionGroup>

      &lt;xp:saveDocument&gt;&lt;/xp:saveDocument&gt;<br/>
      &lt;xp:changeDocumentMode mode=&quot;readOnly&quot;&gt;<br/>
      &lt;/xp:changeDocumentMode&gt;<br/>
      

      </xp:actionGroup>



      To:



      <xp:actionGroup>

      &lt;xp:save&gt;&lt;/xp:save&gt;<br/>
      &lt;xp:openPage target=&quot;openDocument&quot;<br/>
      

      name="/topicThread.xsp" documentId="#{javascript:dominoDoc.getNoteID()}">

      &lt;/xp:openPage&gt;<br/>
      

      </xp:actionGroup>

      • thank you Jon

        By Mike Kerp 1 decade ago

        I have waited a long time for a solution.