What values are you using in the drop down box? Are they metadata 
qualifiers?

ARD Prasad wrote:
> 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
>
>   


-- 
The University of Edinburgh is a charitable body, registered in
Scotland, with registration number SC005336.


-------------------------------------------------------------------------
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