Hello Juan,

the default input-forms.xml includes a field with qualdrop value, see:
<field>
   <dc-schema>dc</dc-schema>
   <dc-element>identifier</dc-element>
   <dc-qualifier></dc-qualifier>
   <!-- An input-type of qualdrop_value MUST be marked as repeatable -->
   <repeatable>true</repeatable>
   <label>Identifiers</label>
   <input-type 
value-pairs-name="common_identifiers">qualdrop_value</input-type>
   <hint>If the item has any identification numbers or codes associated 
with it, please enter the types and the actual numbers or codes below.
   </hint>
   <required></required>
</field>

and the definition of the value pairs:
<form-value-pairs>
   <value-pairs value-pairs-name="common_identifiers" dc-term="identifier">
     <pair>
        <displayed-value>ISSN</displayed-value>
        <stored-value>issn</stored-value>
     </pair>
...
   </value-pairs>
</form-value-pairs>

This works fine with the xmlui.

Did you define the value-pairs list corresponding to your 
"lista_origen_conjunta"?

Is the encoding of your input-forms.xml correct (as you are using 
diacritics)?

Do you got any errors in the logs?


Hope that helps

Claudia Jürgen



Am 19.08.2010 18:51, schrieb [email protected]:
> Hi everyone,
> I'm using dspace 1.6.2 with xmlui and I'm trying to use the input-type
> qualdrop_value in input-forms.xml, but I can't make it work. The
> qualdrop_value is shown, but the "add" button does nothing at all.
>
> here is my entry in input-forms.xml:
>
> <field>
>            <dc-schema>dc</dc-schema>
>            <dc-element>relation</dc-element>
>            <dc-qualifier>isreferencedby</dc-qualifier>
>            <repeatable>true</repeatable>
>            <label>Conjunta</label>
>            <input-type
> value-pairs-name="lista_origen_conjunta">qualdrop_value</input-type>
>            <hint>Si la resolución es conjunta ingrese el número de
> conjunta aquí</hint>
>            <required></required>
> </field>
>
> has anyone tried to use qualdrop_value
> thanks in advance
>
> Juan Pablo Garbarino
>
> ----------------------------------------------------------------
> This message was sent using IMP, the Internet Messaging Program.
>
>
> ------------------------------------------------------------------------------
> This SF.net email is sponsored by
>
> Make an app they can't live without
> Enter the BlackBerry Developer Challenge
> http://p.sf.net/sfu/RIM-dev2dev
> _______________________________________________
> DSpace-tech mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/dspace-tech

-- 
Claudia Juergen
Universitaetsbibliothek Dortmund
Eldorado
0231/755-4043
https://eldorado.tu-dortmund.de/

------------------------------------------------------------------------------
This SF.net email is sponsored by 

Make an app they can't live without
Enter the BlackBerry Developer Challenge
http://p.sf.net/sfu/RIM-dev2dev 
_______________________________________________
DSpace-tech mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dspace-tech

Reply via email to