[Dspace-tech] Role of request.getAttribute() in .jsp files ??

2013-04-21 Thread Nishant Goyal
Certain .jsp files contains request.getAttribute() function which returns certain properties based upon the parameter being passed. Eg: request.getAttribute("communities") returns community list. >From where does it retrieves this information?? Can anybody help ?? Thanks . -- Nishant Goyal IIT

Re: [Dspace-tech] Role of request.getAttribute() in .jsp files ??

2013-04-21 Thread helix84
I don't know much about JSP, but this question sounds easy. Basically, this is a part of the servlet specification. The request object represents the HTTP request and the getAttribute() method is a way to transfer an object to the servlet. This is documented in the standard JavaDoc: http://docs.o

Re: [Dspace-tech] Context and mets

2013-04-21 Thread Andrea Schweer
Title: Re: [Dspace-tech] Context and mets Hi, On 19/04/13 10:37, Matthew Drover wrote: I was doing context.complete() instead of context.abort(). That should be fine -- as long as you call one of these two, since both fr

[Dspace-tech] where we get this key values

2013-04-21 Thread jayachandra B
Hi, In most of the *.jsp files, there are some statements like , where will we get these key value. Can any one help ? -- Regards Jayachandra -- Precog is a next-generation analytics platform capable of advanced analyti

[Dspace-tech] Unable to install DSpace in RHEL 6

2013-04-21 Thread SanjibKumarDeka
Hi, I am in the process of installing DSpace 3.1 on RHEL 6. I have installed apache ant 1.9.0, apache maven 3.0.5, apache tomcat 7.0.39, Postgres 9.0.6.1 and jdk1.7.0_17. When I run the command under directory, I got the following error msges. Kindly help me please to complete the installation

[Dspace-tech] Modifying the number of months, for which statistics are displayed

2013-04-21 Thread Sean Carte
According to the documentation < https://wiki.duraspace.org/display/DSDOC3x/DSpace+Statistics#DSpaceStatistics-Modifyingthenumberofmonths,forwhichstatisticsaredisplayed>, I should be able to change the number of months for which statistics is displayed by modifying line 178 in the StatisticsTransfo