Re: [Dspace-tech] problem of sorting order of sub-community...

2013-07-29 Thread Kostas Stamatis
ginal Message- From: ggxky [mailto:iori1...@msn.com] Sent: Tuesday, July 30, 2013 4:10 AM To: dspace-tech@lists.sourceforge.net Subject: Re: [Dspace-tech] problem of sorting order of sub-community... Hi helix84...this is my log of dspace and the error will occur after i add this code <%

Re: [Dspace-tech] problem of sorting order of sub-community...

2013-07-29 Thread ggxky
Hi helix84...this is my log of dspace and the error will occur after i add this code <% boolean rvrs = false; int i; if ( community.getHandle().equals("XYZ/XYXY1") || community.getHandle().equals("XYZ/XYXY2") )rvrs=true; for(int

Re: [Dspace-tech] problem of sorting order of sub-community...

2013-07-29 Thread helix84
Hi ggxky, That "internal error" is a generic error message. To determine what the real error message is you will need to check your Tomcat or DSpace logs. For help on doing so, see: https://wiki.duraspace.org/display/DSPACE/Troubleshoot+an+error Regards, ~~helix84 Compulsory reading: DSpace Ma

[Dspace-tech] problem of sorting order of sub-community...

2013-07-28 Thread ggxky
Hi all i am using dspace 3.1 and i want to reverse the sorting order of sub-communities. for example EX2009/2010 EX2010/2011 EX2011/2012 EX2012/2013 to EX2012/2013 EX2011/2012 EX2010/2011 EX2009/2010 i have tried this code