Re: [Dspace-tech] JSPUI metadata and iput customization

2010-12-13 Thread Thornton, Susan M. (LARC-B702)[LITES]
: Btri Consulting [mailto:btr_...@yahoo.com] Sent: Friday, December 10, 2010 8:12 AM To: DSpace-tech@lists.sourceforge.net Subject: Re: [Dspace-tech] JSPUI metadata and iput customization Hello Claudia, Thanks for your response. With regard to (a), is there any documentation you can point me to that

Re: [Dspace-tech] JSPUI metadata and iput customization

2010-12-13 Thread Claudia Jürgen
Hello Stephen, Am 10.12.2010 14:12, schrieb Btri Consulting: > With regard to (a), is there any documentation you can point me to that might > help me with this customization? There is no special documentation for this, just take a look at the [dspace-scr]/dspace-jspui/dspace-jspui-api/src/main/j

Re: [Dspace-tech] JSPUI metadata and iput customization

2010-12-10 Thread Btri Consulting
: dspace-tech@lists.sourceforge.net Sent: Fri, December 10, 2010 5:41:53 AM Subject: Re: [Dspace-tech] JSPUI metadata and iput customization Hello Stephen, a) full item display in order to change the labels in the full item display, you got to customize: [dspace-scr]/dspace-jspui/dspace-jspui-api

Re: [Dspace-tech] JSPUI metadata and iput customization

2010-12-10 Thread Claudia Jürgen
Hello Stephen, a) full item display in order to change the labels in the full item display, you got to customize: [dspace-scr]/dspace-jspui/dspace-jspui-api/src/main/java/org/dspace/app/jsptag/ItemTag.java renderFull() Take a look at the render() method on how to use the i18n tags. b) collection

[Dspace-tech] JSPUI metadata and iput customization

2010-12-08 Thread Btri Consulting
Hi, I am in the process of setting up a new repository with DSpace. I have created a custom metadata entry form by editing input-forms.xml and it seems to work fine when submitting items. I have 2 problems however: (a) When a user tries to view the item (by selecting "show full item record"),