Hi,
I am trying to auto-populate a Peer with data that comes from a form
processed by Intake. Easy code:

                Kunden k = new Kunden();
                group_k.setProperties(k);
                k.save();

Why is this exception thrown:

java.lang.Thread.run(Thread.java:536) Caused by:
org.apache.torque.TorqueException: Column name: KUNDEN_NR does not exist! at
org.apache.torque.util.BasePeer.doInsert(BasePeer.java:729) at
de.geoconnect.audiotex.om.BaseKundenPeer.doInsert(BaseKundenPeer.java:262)
at

The form contains not all fields of table KUNDEN.
KUNDEN_NR in not in the form.

Is it necessary that *all* of the table's fields are populated?
What is the easiert way to handle this / most simple work-around?

TIA for any hint.

Marc


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to