Re: cocoon directory generator

2004-09-08 Thread Jorg Heymans
http://svn.apache.org/repos/asf/cocoon/branches/BRANCH_2_1_X/src/java/org/apache/cocoon/generation/DirectoryGenerator.java ... } else if (sort.equals(lastmodified)) { ... Superbiji wrote: I see. So which one is correct in CVS, sort=lastmodified or sort=lastModified ? On Tue, 07 Sep 2004 18:40:10

cocoon directory generator

2004-09-07 Thread Superbiji
If you use cocoon's directory generator expect trouble if you want to sort it by date. To sort by time or date set parameter: sort = lastmodified That's it! not by setting parameter: sort = lastModified or time or date - To

Re: cocoon directory generator

2004-09-07 Thread Jorg Heymans
this is fixed in CVS already. The docs were wrong. http://marc.theaimsgroup.com/?l=xml-cocoon-devm=109344585918253w=2 Superbiji wrote: If you use cocoon's directory generator expect trouble if you want to sort it by date. To sort by time or date set parameter: sort = lastmodified That's it! not

Re: cocoon directory generator

2004-09-07 Thread Superbiji
I see. So which one is correct in CVS, sort=lastmodified or sort=lastModified ? On Tue, 07 Sep 2004 18:40:10 +0200, Jorg Heymans [EMAIL PROTECTED] wrote: this is fixed in CVS already. The docs were wrong. http://marc.theaimsgroup.com/?l=xml-cocoon-devm=109344585918253w=2 Superbiji