Hi,

The javadoc says that the search for properties
is case-insensitive. But I don't believe this is
the case.

I have the following in a sample TDK app:

<input type="text" name="TITLE" value="">

and an object which is a subclass of BaseObject with
the following method:

setTitle(title)

When I do this:

Entry entry = new Entry();
data.getParameters().setProperties(entry);
EntryPeer.doInsert(entry);

The Entry.TITLE column is NULL. Only when
I have an entry like:

<input type="text" name="title" value="">

Does the insert work. The javadoc should
be corrected if properties are case senstive
and I think they are. I will correct it
if so, I just wanted to double check.

-- 
jvz.

Jason van Zyl
[EMAIL PROTECTED]



------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Search: <http://www.mail-archive.com/turbine%40list.working-dogs.com/>
Problems?:           [EMAIL PROTECTED]

Reply via email to