OpenNTF.org - XPages Extension Library
XPages Extension LibraryOpenDocument&Start=1&Count=300&Expand=1.1.2[/Projects/pmt.nsf/ProjectView?ReadForm&Query=]

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:


Subject
 Sorting on date columns
Categories
 
Posted by
 Julienne Cachia Musu' on 03/28/2011 at 06:47 AM
Details

Hi,

 

I am making use of the <xe:dataView> component and I have added extra columns which display dates as follows

 

<xe:this.extraColumns>

<xe:viewExtraColumn columnName="Last Modified" columnTitle="Last Modified">

<xp:this.converter>

<xp:convertDateTime dateStyle="medium" type="date"></xp:convertDateTime>

</xp:this.converter>

</xe:viewExtraColumn>

</xe:this.extraColumns>

 

When I click on the sorting arrow, I get the following error page:

 

Unexpected runtime error

The runtime has encountered an unexpected error.

Error source

Page Name:/vwDocsByAuthor.xsp
 

Exception

Error while browsing Notes view

Stack Trace

 

 Note that this only happens when sorting a date column.  Am I missing something?

 

Regards,

 

Julienne

Modification history
Entered 28-Mar-2011 6:47 by Julienne Cachia Musu'. Last Modified <none> by Niklas Heidloff.


Anonymous