On Fri, Sep 14, 2012 at 8:39 PM, Zaf <l_...@yahoo.com> wrote: > Which tag am I supposed to search for in the xml file?
It's the textarea tag. According to your email it's not self-closed in the English version, but closed in the localized one. But it's not in the messages.xml file. It's added to DRI by an Aspect, right here: https://github.com/DSpace/DSpace/blob/dspace-1_8_x/dspace-xmlui/dspace-xmlui-api/src/main/java/org/dspace/app/xmlui/aspect/artifactbrowser/FeedbackForm.java#L117 Try changing comments.setValue(parameters.getParameter("comments","")); to comments.setValue(parameters.getParameter("comments"," ")); Then rebuild and redeploy DSpace and see if it helped. You may help make DSpace ready for HTML5-mode processing. I don't think anyone really paid attention to that just yet. Regards, ~~helix84 ------------------------------------------------------------------------------ Got visibility? Most devs has no idea what their production app looks like. Find out how fast your code is with AppDynamics Lite. http://ad.doubleclick.net/clk;262219671;13503038;y? http://info.appdynamics.com/FreeJavaPerformanceDownload.html _______________________________________________ DSpace-tech mailing list DSpace-tech@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/dspace-tech

