[GeoNetwork-users] Keywords field

Hi all

I've just installed GN v2.1 and I tried to create a new metadata like a
trial. So, when I want to fill the "keywords" field this doesn't appear,
just this description:

::Keywords
Theme ()
Place ()
Stratum ()
Temporal ()

Then, it isn't editable. In want to know if the problem is a configuration
or what is wrong.
Thanks,
gchamorro
--

Hello gchamorro,

You want to fill in the keyword field and you can't ?

I am not sure to understand.
What is the template you use to create your metadata trial ?

Usually on the descriptive keyword part is compose of two part :
The keywords : (Free text field that can come from Thesaurus, multiple
instance are possible)
And the Type part : (Theme, Place, Stratum, Temporal)

You do not see the keyword part ?
If you click on the [+] near the last "descriptive keyword" element the new
"descriptive keyword "created has the same problem ?

If you go to the xml view the keyword part must look like that :
<gmd:descriptiveKeywords>
  <gmd:MD_Keywords>
    <gmd:keyword>
      <gco:CharacterString/>
    </gmd:keyword>
    <gmd:keyword>
      <gco:CharacterString/>
    </gmd:keyword>
    <gmd:keyword>
      <gco:CharacterString/>
    </gmd:keyword>
    <gmd:type>
      <gmd:MD_KeywordTypeCode codeList="" codeListValue="discipline"/>
    </gmd:type>
  </gmd:MD_Keywords>
</gmd:descriptiveKeywords>

Here a descriptive keyword with 3 keyword field and the type.

http://www.nabble.com/file/p14331720/desckey.jpg

Fabien.

Giovanna Chamorro wrote:

Hi all

I've just installed GN v2.1 and I tried to create a new metadata like a
trial. So, when I want to fill the "keywords" field this doesn't appear,
just this description:

::Keywords
Theme ()
Place ()
Stratum ()
Temporal ()

Then, it isn't editable. In want to know if the problem is a configuration
or what is wrong.
Thanks,
gchamorro
--
-------------------------------------------------------------------------
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services
for just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
GeoNetwork-users mailing list
GeoNetwork-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geonetwork-users
GeoNetwork OpenSource is maintained at
http://sourceforge.net/projects/geonetwork

--
View this message in context: http://www.nabble.com/Keywords-field-tp14320040s18419p14331720.html
Sent from the geonetwork-users mailing list archive at Nabble.com.