Hi Claudia, thanks a lot for you help. I was completely missunderstanding the use of qualdrop_value. I didn't understand that the qualdrop part should be a defined qualifier from the metadata schema.
thanks a lot Juan Pablo Quoting Claudia Jürgen <[email protected]>: > Hello Juan, > > both value pairs definitions are not quite right, it should be: > <value-pairs value-pairs-name="lista_origen_conjunta" > dc-term="relation_isreferencedby"> > > Hope that helps > > Claudia Jürgen > > > Am 23.08.2010 17:41, schrieb [email protected]: >> Hello Claudia, >> I tried with the qualdrop value that is included in input-forms.xml and >> it works, but I cannot see what is wrong with mine... >> I removed the accents to see if was an encoding problem, but didn't work. >> >> when defining a value pair, how do you indicate that is qualified, I >> mean, if my field denition has: >> <dc-schema>dc</dc-schema> >> <dc-element>relation</dc-element> >> <dc-qualifier>isreferencedby</dc-qualifier> >> >> then, is correct to put my value pairs definition like this? (without >> the qualifier?) >> <value-pairs value-pairs-name="lista_origen_conjunta" dc-term="relation"> >> <pair> >> <displayed-value>ECONOMIA</displayed-value> >> <stored-value>ECONOMIA</stored-value> >> </pair> >> <pair> >> <displayed-value>CIENCIA, TECNOLOGIA E INNOVACION</displayed-value> >> <stored-value>CIENCIA, TECNOLOGIA E INNOVACION</stored-value> >> </pair> >> ... >> >> or should be something like this? >> <value-pairs value-pairs-name="lista_origen_conjunta" >> dc-term="relation.isreferencedby"> >> <pair> >> <displayed-value>ECONOMIA</displayed-value> >> <stored-value>ECONOMIA</stored-value> >> </pair> >> <pair> >> <displayed-value>CIENCIA, TECNOLOGIA E INNOVACION</displayed-value> >> <stored-value>CIENCIA, TECNOLOGIA E INNOVACION</stored-value> >> </pair> >> ... >> >> In the first example, I get "java.sql.SQLException: bad_dublin_core >> schema=dc, relation ECONOMIA" and the errors attached. In the second >> example the "add" button does nothing at all. (the page is refreshed but >> nothing added) >> I tried with dc relation without qualifier in the field definition but I >> get the same "bad_dublin_core schema". >> >> Any ideas? >> Thanks a lot for your help >> >> Juan Pablo Garbarino >> >> >> Quoting Claudia Jürgen <[email protected]>: >> >>> 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 >>> >> >> >> >> ---------------------------------------------------------------- >> This message was sent using IMP, the Internet Messaging Program. > > -- > Claudia Juergen > Universitaetsbibliothek Dortmund > Eldorado > 0231/755-4043 > https://eldorado.tu-dortmund.de/ > ---------------------------------------------------------------- This message was sent using IMP, the Internet Messaging Program. ------------------------------------------------------------------------------ Sell apps to millions through the Intel(R) Atom(Tm) Developer Program Be part of this innovative community and reach millions of netbook users worldwide. Take advantage of special opportunities to increase revenue and speed time-to-market. Join now, and jumpstart your future. http://p.sf.net/sfu/intel-atom-d2d _______________________________________________ DSpace-tech mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dspace-tech

