Hi,
I was experiencing a problem.  Whenever I make an element with input-type
qualdrop_value and also use the <required> tag, while submission workflow
it does not allow me to go the next page, showing the message that it is a
required field.

I vaguely remember this was the case prior to dspace-1.5.  I changed the
following line in the file (Step 3)

dspace-api/src/main/java/org/dspace/submit/step/DescribeStep.java

DCValue[] values = item.getMetadata(inputs[i].getSchema(),
// inputs[i].getElement(), inputs[i].getQualifier(), Item.ANY);
   inputs[i].getElement(), Item.ANY, Item.ANY);

Things seem to working OK.

with best regards

-- 
ARD Prasad, Ph.D.
Documentation Research & Traning Centre (DRTC)
Indian Statistical Institute (ISI)
8th Mile Mysore Road
Bangalore  560 059
India
Phone (Off): +91-80-28483002  Ext. 496

Home Page: http://drtc.isibang.ac.in/DRTC/ardcv.html




-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech

Reply via email to