Re: How to fill the WOLips binding validation rules?

2008-06-25 Thread David Holt
lto:[EMAIL PROTECTED] Sent: Thursday, 26 June 2008 2:05 p.m. To: Ren, Kevin Cc: webobjects-dev@lists.apple.com Subject: Re: How to fill the WOLips binding validation rules? Hi Kevin The component regex needs to be .* The Valid Binding Regex is what is typed below (there are two separate entries

Re: How to fill the WOLips binding validation rules?

2008-06-25 Thread David Holt
sterObject " Chuck mentioned: Go to the WOLips binding validation rules preferences and tell it to not validate key paths with displayGroup.selectedObject in them. And David Holt said: .*.DisplayGroup\.selectedObject\..* .*.DisplayGroup\.masterObject\..* But in the WOlips - "Bind

RE: How to fill the WOLips binding validation rules?

2008-06-25 Thread Ren, Kevin
l the WOLips binding validation rules? Hi Kevin The component regex needs to be .* The Valid Binding Regex is what is typed below (there are two separate entries). David On 25-Jun-08, at 6:37 PM, Ren, Kevin wrote: Hi, I did search in the list: "WODisplayGrou

How to fill the WOLips binding validation rules?

2008-06-25 Thread Ren, Kevin
Hi, I did search in the list: "WODisplayGroup bindings aren't complete for selectedObject or masterObject " Chuck mentioned: Go to the WOLips binding validation rules preferences and tell it to not validate key paths with displayGroup.selectedObject in them. And

Re: WOLips binding validation

2007-12-17 Thread Mike Schrag
Probably easier to define a method in your component that returns this JS string and then bind to this method rather than trying to figure out how to satisfy the component editor. My personal preference on these is to define the javascript code as a normal javascript function in your HTML te

Re: WOLips binding validation

2007-12-17 Thread Art Isbell
On Dec 17, 2007, at 12:38 PM, Ricardo Parada wrote: Any ideas on how to make the component editor treat this as valid? :-) AppealedAmountTextField: WOTextField { numberformat = "$#,##0.00"; value = appealedAmount; onChange = "javascript:

Re: WOLips binding validation

2007-12-17 Thread Mike Schrag
I have a definition as shown below in my wod file and the multi-line string value assigned to the onChange binding generates an error in the WO component editor in Eclipse/WOLips. Any ideas on how to make the component editor treat this as valid? :-) This is a known bug ... Honestly I hadn

WOLips binding validation

2007-12-17 Thread Ricardo Parada
Hi, I have a definition as shown below in my wod file and the multi-line string value assigned to the onChange binding generates an error in the WO component editor in Eclipse/WOLips. Any ideas on how to make the component editor treat this as valid? :-) AppealedAmountTextField: WOTex

Re: WOLips Binding Validation

2007-12-12 Thread Mike Schrag
I love the validation in WOLips. It catches a lot of stuff that went undetected in WebObjects Builder. However, I'm still not sure I understand fully the validation options. In particular the following: [√ ] ... Warn if Missing Key on NSDictionary/NSArray If an NSDictionary is supposed

WOLips Binding Validation

2007-12-12 Thread Ricardo Parada
Hello WOLips Experts: I love the validation in WOLips. It catches a lot of stuff that went undetected in WebObjects Builder. However, I'm still not sure I understand fully the validation options. In particular the following: [√ ] ... Warn if Missing Key on NSDictionary/NSArray If an N