on 11/23/2000 4:51 PM, "Jason van Zyl" <[EMAIL PROTECTED]> wrote:

> 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.

At one point PP was case insensitive, but there was a patch to make it not.
You can change this setting in the TR.props file.

-jon

-- 
twice of not very much is still a lot more than not very much



------------------------------------------------------------
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