unplugged / unplugged-controls

7 stars 9 forks source link

Accordion view in 3.3 fails to display SummaryColumn and DataColumn #503

Open mickmoignard opened 10 years ago

mickmoignard commented 10 years ago

Xpage as below. No data is displayed below the Category heading value that comes from column 0 in the view. Both columns 2 and 3 are text data. Touch an entry opens the detail page OK. I did recopy the unpAcordionViewList Xpage from the controls Db to my database when I upgraded to 3.3, too. I also noted that refers to datacol and summarycol as parameters: is that relevant?

<?xml version="1.0" encoding="UTF-8"?> <xp:view xmlns:xp="http://www.ibm.com/xsp/core" xmlns:xc="http://www.ibm.com/xsp/custom" xmlns:unp="http://unplugged.teamstudio.com">

<xc:layout> 
    <xp:this.facets>
        <xp:panel xp:key="facet_1">
            <div id="contentwrapper">
                <unp:unpScrollableArea>
                    <xp:this.facets >
                    <unp:unpAccordion insetData="true"
                        viewName="FutureXP"
                        expandfirstcategory="no" xp:key="facet_1" xpage="/WeeklyLog.xsp"
                        dataColumn="3" summaryColumn="2">
                    </unp:unpAccordion></xp:this.facets>
                </unp:unpScrollableArea>
            </div>
        </xp:panel>
    </xp:this.facets>
</xc:layout> 

/xp:view

whitemx commented 10 years ago

Could you post (or send me) a database with the FutureXP view, and the Xpage as I have retested our test databases and they are working fine.

mickmoignard commented 10 years ago

Matt

Hows about I show you on Wednesday evening?

Mick


Mick Moignard Software Developer OAC Actuaries and Consultants

mick.moignard@oacplc.com | +44 (0)20 7278 9500 | www.oacplc.com |
www.monetfinancialmodelling.com

Progress with Confidence

Follow us: Twitter | LinkedIn

From: Matt White notifications@github.com To: unplugged/unplugged-controls unplugged-controls@noreply.github.com Cc: mickmoignardOAC mick.moignard@oacplc.com Date: 14/07/2014 15:57 Subject: Re: [unplugged-controls] Accordion view in 3.3 fails to display SummaryColumn and DataColumn (#503)

Could you post (or send me) a database with the FutureXP view, and the Xpage as I have retested our test databases and they are working fine. ? Reply to this email directly or view it on GitHub.

This email and any files transmitted with it are intended only for the person or entity to which it is addressed and may contain privileged or confidential information. If you're not the intended recipient, disclosing, copying, distributing or using this information is prohibited. If you've received this email in error, please contact the sender and delete all copies. This email may contain personal views which are not the views of OAC. We monitor our email system, and may record your emails. OAC Actuaries and Consultants is a trading name of OAC plc. Registered office: Portsoken House, Minories, London, EC3N 1LJ, United Kingdom. Registered in England no. 4663795.

mickmoignard commented 10 years ago

Matt

I should have said that the view with the Accordion works fine (except for issue 502) when used in a browser served from the Domino Server direct. it only fails when used in the unplugged client. Indeed 502 is the only issue I have with the controls themselves; all my other issues are with the Unplugged client.

Mick


Mick Moignard Software Developer OAC Actuaries and Consultants

mick.moignard@oacplc.com | +44 (0)20 7278 9500 | www.oacplc.com |
www.monetfinancialmodelling.com

Progress with Confidence

Follow us: Twitter | LinkedIn

From: Matt White notifications@github.com To: unplugged/unplugged-controls unplugged-controls@noreply.github.com Cc: mickmoignardOAC mick.moignard@oacplc.com Date: 14/07/2014 15:57 Subject: Re: [unplugged-controls] Accordion view in 3.3 fails to display SummaryColumn and DataColumn (#503)

Could you post (or send me) a database with the FutureXP view, and the Xpage as I have retested our test databases and they are working fine. ? Reply to this email directly or view it on GitHub.

This email and any files transmitted with it are intended only for the person or entity to which it is addressed and may contain privileged or confidential information. If you're not the intended recipient, disclosing, copying, distributing or using this information is prohibited. If you've received this email in error, please contact the sender and delete all copies. This email may contain personal views which are not the views of OAC. We monitor our email system, and may record your emails. OAC Actuaries and Consultants is a trading name of OAC plc. Registered office: Portsoken House, Minories, London, EC3N 1LJ, United Kingdom. Registered in England no. 4663795.