This forum is closed to new posts and responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:

HCL Software Customer Support Portal for U.S. Federal Government clients
HCL Software Customer Support Portal


Nov 19, 2014, 3:01 AM
4 Posts

RT Editor not being show

  • Category: Application Development
  • Platform: Windows
  • Release: 9.0
  • Role: Developer
  • Tags: xpages,rich text
  • Replies: 2

With the following xpage i have the following errors... ¿Can someone help me?

<?xml version="1.0" encoding="UTF-8"?>
<xp:view xmlns:xp="http://www.ibm.com/xsp/core" >
    <xp:this.data>
        <xp:dominoDocument computeWithForm="both" formName="Articulo"
            var="articulo" />
        <xp:dominoView var="viveros" viewName="ViverosDelValle"></xp:dominoView>
    </xp:this.data>

    <xp:this.resources>
        <xp:script src="/twitter.js" clientSide="true"></xp:script>
        <xp:dojoModulePath loaded="true"></xp:dojoModulePath>
    </xp:this.resources>
    <xp:div id="header" align="center"
        style="background-color:rgb(255,255,255)">
        <xp:link value="http://www.yobuscoen.com/">
            <xp:image id="logo" alt="Yo Busco En" url="/logo.png" />
        </xp:link>
        <xp:table
            style="background-color:rgb(255,255,255);width:100%">
            <xp:tr>
                <xp:td></xp:td>
                <xp:td style="font-size:14pt;color:rgb(255,128,0);font-weight:bold;font-style:italic">
                    <xp:inputText value="#{articulo.Titulo}"
                        id="titulo1" style="font-size:14pt;color:rgb(255,128,0);font-weight:bold;font-style:italic">
                    </xp:inputText>
                </xp:td>
            </xp:tr>
            <xp:tr>
                <xp:td style="width:149.0px">

                    <xp:link escape="true" value="/comerViveros"
                        id="link1">
                        <xp:image url="/Comer.png" id="image1"></xp:image>
                    </xp:link>
                    <xp:br></xp:br>
                    <xp:link escape="true" id="link2"
                        value="comprarViveros">
                        <xp:image url="/Comprar.png" id="image2"></xp:image>
                    </xp:link>
                    <xp:br></xp:br>
                    <xp:link escape="true" id="link3"
                        value="divertirseViveros">
                        <xp:image url="/Divertirse.png" id="image3"></xp:image>
                    </xp:link>
                    <xp:br></xp:br>
                    <xp:link escape="true" id="link4"
                        value="saludViveros">
                        <xp:image url="/Salud.png" id="image4"></xp:image>
                    </xp:link>
                </xp:td>
                <xp:td style="width:539.0px" rowspan="2">
                <xp:span style="font-size:12pt;font-weight:bold;font-style:italic;color:rgb(0,0,160)">
                    <xp:inputText value="#{articulo.Categoria}"
                        id="categoria">
                    </xp:inputText>
                    </xp:span>

                    <xp:inputRichText id="ArticuloControl"
                        value="#{articulo.Contenido}"/>
                </xp:td>
            </xp:tr>
            <xp:tr>
                <xp:td>
                    <xp:div align="left"
                        style="background-color:rgb(255,255,255)">
                        <xp:viewPanel value="#{viveros}" id="viewPanel1"
                            viewStyle="background-color:rgb(255,255,255);width:100%;background-attachment:fixed;background-position:center right"
                            rows="10">
                            <xp:this.facets>
                                <xp:pager partialRefresh="true"
                                    layout="Previous Group Next" xp:key="headerPager"
                                    id="pager1">
                                </xp:pager>

                                <xp:pager partialRefresh="true"
                                    layout="Previous Group Next" xp:key="footerPager"
                                    id="pager2">
                                </xp:pager>
                            </xp:this.facets>


                            <xp:viewColumn columnName="Categoria"
                                id="viewColumn2">
                                <xp:this.facets>
                                    <xp:viewColumnHeader
                                        value="Categoria" xp:key="header" id="viewColumnHeader2">
                                    </xp:viewColumnHeader>
                                </xp:this.facets>
                            </xp:viewColumn>
                            <xp:viewColumn columnName="Titulo"
                                id="columnaTitulo" displayAs="link"
                                style="font-weight:bold;font-style:italic;font-family:Arial Narrow;font-size:14pt;color:rgb(128,64,64)"
                                openDocAsReadonly="true">
                                <xp:this.facets>
                                    <xp:viewColumnHeader value="Titulo"
                                        xp:key="header" id="viewColumnHeader1">
                                    </xp:viewColumnHeader>
                                </xp:this.facets>
                            </xp:viewColumn>

                        </xp:viewPanel>
                    </xp:div>
                </xp:td>

            </xp:tr>
            <xp:tr>
                <xp:td></xp:td>
                <xp:td></xp:td>
            </xp:tr>
        </xp:table>
    </xp:div>
    <xp:this.navigationRules>
        <xp:navigationRule outcome="xsp-success"
            viewId="/comerViveros.xsp">
        </xp:navigationRule>
    </xp:this.navigationRules>
</xp:view>

 

Jan 16, 2015, 4:04 AM
4 Posts
Still with the issue

I am still with this issue and i haven't found a solution... please HELP!!

Jan 19, 2015, 4:06 AM
4 Posts
both files are missing for the client and the RTE is not shown

The files that return a HTTP 400 status are.

/domjs/dojo-1.5.2/ibm/xsp/widget/layout/xspClientDojo.js and

/domjs/dojo-1.5.2/ibm/xsp/widget/layout/xspCKEditor.js

I have reinstalled the 9.0.1 server without any change on the problem... please help me or tell me if a dojo update can help me into this issue and where can i get come info on how to do that update.


This forum is closed to new posts and responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:

HCL Software Customer Support Portal for U.S. Federal Government clients
HCL Software Customer Support Portal