Hello!

I've made following template:
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE template SYSTEM "template.dtd">
<template>
<title>Customer system (network)</title>
<regexp>^cn=[0-9]+?,ou=net,</regexp><icon>images/ou.png</icon>
<description>Customer system (network)</description><rdn>cn</rdn>
<visible>1</visible>

<objectClasses>
<objectClass id="dhcpSharedNetwork"></objectClass>
</objectClasses>
         <attributes>
<attribute id="cn">
         <display>SystemID</display>
         <option>=php.PickList(..,(objectclass=dhcpService),cn,%cn 
%,cn)</option>
         <helper>
                 <id>cnsuffix</id>
                 <value></value>
         </helper>
         <post>=php.Join(-,(%cn%,%cnsuffix%))</post>
         <order>1</order>
         <page>1</page>
</attribute>
</attributes>
</template>

Each time I try to submit form build by this template I get error:

Your template is missing variable (cnsuffix)

It doesn't matter, if anything is written into cnsuffix in form, or  
not. Funny thing is, that it's enough to add some other attribute -  
and everything is working ok. I'm using 1.1.0.5.

Any ideas?
---
Grzegorz Marszałek
[EMAIL PROTECTED]



-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
phpldapadmin-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/phpldapadmin-users

Reply via email to