Hi,
I when I try to specify e predefined value an an Input Form Element a get the following error:
This is the PropertyGroups.xml I am trying to use:
Francesco
I when I try to specify e predefined value an an Input Form Element a get the following error:
Code: Select all
I am using openKM Version: 5.1.9 (build: 7447).Class: com.openkm.core.ParseException
Message: Attribute "value" must be declared for element type "input"This is the PropertyGroups.xml I am trying to use:
Code: Select all
Thanks in advance for any help.<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE property-groups PUBLIC "-//OpenKM//DTD Property Groups 2.0//EN"
"http://www.openkm.com/dtd/property-groups-2.0.dtd">
<property-groups>
<property-group label="Regione" name="okg:regione">
<input label="Regione" type="text" name="okp:regione.nregione" value="veneto" />
<select label="Tipo documento" name="okp:regione.tipo" type="simple">
<option label="Circolare" value="Circolare"/>
<option label="DGR" value="DGR"/>
<option label="Legge" value="Legge"/>
<option label="Lettera" value="Lettera"/>
<option label="Nota" value="Nota"/>
</select>
<input label="Organo" type="text" name="okp:regione.organo" />
<input label="Autore" type="text" name="okp:regione.autore" />
<input label="Protocollo" type="text" name="okp:regione.protocollo"/>
<input label="Data" type="date" name="okp:regione.data" />
<textarea label="Oggetto" name="okp:regione.oggetto"/>
</property-group>
</property-groups>Francesco
