• XSP.opendialog after domino 9 upgrade

    By Jeffrey T McQuillen 1 decade ago

    I upgrade my server and client to 9.0 today. I removed the ext lib before the upgrade and re-installed the 9.0 version. Now, my web pages what have dialog boxes no longer display them. This is an example:

    dialog box:

    <xe:dialog id="dialog3">

    <xp:table>

    <xp:tr>

    <xp:td>

    This is a test

    xp:td>

    xp:tr>

    xp:table>

    xe:dialog>

    This is the link:

    <xp:link escape="true" id="link13" text="Task Complete">

    <xp:eventHandler event="onclick" submit="true"

    refreshMode="complete" id="eventHandler13">

    <xp:this.script>XSP.openDialog('#{id:dialog3}')return false]]>xp:this.script>

    xp:eventHandler>

    xp:link>

     

    When I click on the link, nothing happens.

    Am I missing something?

     This iThi

     

     

    • FYI my tell http osgi ss com.ibm.xsp.extlibx

      By Jeffrey T McQuillen 1 decade ago

      > tell http osgi ss com.ibm.xsp.extlibx
      04/24/2013 14:35:20   Framework is launched.
      04/24/2013 14:35:20   id State       Bundle
      04/24/2013 14:35:20   15 ACTIVE      com.ibm.xsp.extlibx_9.0.0.v00_01_20130415-0518
      04/24/2013 14:35:20   20 RESOLVED    com.ibm.xsp.extlibx.controls_9.0.0.v00_01_20130415-0518
      04/24/2013 14:35:20   21 RESOLVED    com.ibm.xsp.extlibx.relational.derby_9.0.0.v00_01_20130415-0518
      04/24/2013 14:35:20   26 ACTIVE      com.ibm.xsp.extlibx.relational_9.0.0.v00_01_20130415-0518
      04/24/2013 14:35:20   27 ACTIVE      com.ibm.xsp.extlibx.sbt_9.0.0.v00_01_20130415-0518
      04/24/2013 14:35:20   29 RESOLVED    com.ibm.xsp.extlibx.oauth_9.0.0.v00_01_20130415-0518
      04/24/2013 14:35:20                Master=24
      04/24/2013 14:35:20   36 <>    com.ibm.xsp.extlibx.core_9.0.0.v00_01_20130415-0518
       

    • Anyone?

      By Jeffrey T McQuillen 1 decade ago

      This is really a major pain. Does anyone have any idea how I can get this working about?

    • Got it

      By Jeffrey T McQuillen 1 decade ago

      I selected No Submission on the server side.