OpenNTF.org - XPages Extension Library

My Links (Not logged in)
User Name Password
Hosted by Prominic.NET

   Project: XPages Extension Library (Managed by Philippe Riand, Niklas Heidloff, Dave Delay, Akihiro Kosugi, Maire Kehoe, Tony McGuckin, John Piermarini, Martin Donnelly, James Quill, Darin Egan, Padraic Edwards, Andrejus Chaliapinas, Lorcan McDonald, Simon McLoughlin, Paul Hannan)
Actions:


Response
Subjectthank for your respond (can you give a example)
Created 03/14/2012 10:34 AM by cyrus mobaraki.
Modified<none> by Niklas Heidloff/Germany/IBM.
Body


Hello,

Many thanks for your response, I tried and couldn't achive what you have done. Can you give me an example or look at my example from  (t XpagesJDBC.JDBC_RowSetDatasource.xsp), then I can follow your solution please.

 

Just to let you know that Andrejus Chaliapinas has fixed this issue with the following  APAR(s) : IV16493, IV16885, but I haven’t got the fix yet and I would like to try your solution also.

<xp:this.data>
        <xe:jdbcRowSet connectionName="postgres" var="jdbcData1"
            sqlTable="ressystem.users" showDeleted="true">
        </xe:jdbcRowSet>
    </xp:this.data>
    
    <xc:ccLayout navigationPath="/CY/JDBC/RowSetDatasource">
        <xp:this.facets>
            <xc:LeftJDBC xp:key="LeftColumn"></xc:LeftJDBC>
        </xp:this.facets>
        <xp:label id="label5" style="font-weight:bold" value="Read/Write data source">
        </xp:label>
        <xp:br></xp:br>
        <xp:br></xp:br>
      
        <xp:br></xp:br>
        <xp:panel id="main">
            <xp:viewPanel rows="20" id="viewPanel1" var="user"
                value="#{jdbcData1}" indexVar="idx">
                <xp:this.facets>
                    <xp:pager partialRefresh="true" layout="Previous Group Next"
                        xp:key="headerPager" id="pager1">
                    </xp:pager>
                </xp:this.facets>
                <xp:viewColumn id="viewColumn1" showCheckbox="true">
                    <xp:this.facets>
                        <xp:viewColumnHeader xp:key="header"
                            id="viewColumnHeader1" value="" sortable="true">
                        </xp:viewColumnHeader>
                    </xp:this.facets>

 

Thanks

Cyrus