Re: Form Object Weird Update Behavior

2006-06-26 Thread Todd Orr
I cannot provide source as it is confidential. I have been unable to recreate the behavior using seperate files. It seems there may be something particular about these specific files. If I discover any gems, I will update this thread. On 6/25/06, Gunna Satria <[EMAIL PROTECTED]> wrote: Hi Todd,

Re: Form Object Weird Update Behavior

2006-06-25 Thread Gunna Satria
Hi Todd, It is really strange.. maybe you can give your source so we all can take a look at it.. Gunna Todd Orr <[EMAIL PROTECTED]> wrote: To add to the confusion, there is a TextArea called description that has an analog in the Bar object called description. It is a String just like

Re: Form Object Weird Update Behavior

2006-06-25 Thread Todd Orr
To add to the confusion, there is a TextArea called description that has an analog in the Bar object called description. It is a String just like id and name, however it does get set on form submission. I think this is a bug. Has anyone experienced something as strange? On 6/25/06, Todd Orr <[EMA

Re: Form Object Weird Update Behavior

2006-06-25 Thread Todd Orr
BTW, this also happens for new Bar creation. Both id (expected) and name (unexpected) are null. On 6/25/06, Todd Orr <[EMAIL PROTECTED]> wrote: I have an object with properties id and name. I have a form that displays editable inputs for the object's name property. This page implements PageBegin