FRONTBASE add not null constraint?

2009-07-25 Thread Shravan Kumar. M
Hello Group, I was trying to increase the column size of a column in frontbase, but failed due to some constraint issues. I have searched and got a solution posted way back by Chuck: http://markmail.org/message/uk46b2su2wb654up#query:frontbase%3A%20Semantic%20error%20278+page:1+mid:uk46b2su2wb6

Re: Maven Resource / WebServerResource Flattening

2009-07-25 Thread Andrew Lindesay
Hi Henrique; Thanks for that –– I have lodged a radar with Apple to fix this issue. cheers. Thanks -- Henrique actually replied to me off-list and I should have copied to list (see below). Now I have a "war" issue where WO doesn't take a straight directory with "Resources/Info.plist" to be a

Re: WebObjects apps in war; maven; where is ERXServletAdaptor; etc.

2009-07-25 Thread Henrique Prange
Hi Q, On 7/24/09 6:41 PM, Q wrote: Oh. I have the source code with comments and everything else. It is not available anywhere inside project Wonder only. Can you send me a copy please. I was looking for this recently. The source code is attached. Cheers, Henrique package er.extensions.

Re: Maven Resource / WebServerResource Flattening

2009-07-25 Thread Henrique Prange
Hi Andrew, On 7/23/09 10:18 PM, Andrew Lindesay wrote: Hi Lachlan; Thanks -- Henrique actually replied to me off-list and I should have copied to list (see below). Now I have a "war" issue where WO doesn't take a straight directory with "Resources/Info.plist" to be a bundle. So actual builds wo

Re: WOLongResponsePage issues

2009-07-25 Thread Shravan Kumar. M
Hi Tim, Thanks for your suggestion. I have changed my longresponse code to create a temporary ERXEC's editingcontext and then once the process is completed am localizing the content to my old ec. This has solved the issues of locking/ unlocking ec. However, I see that many links pointing to WO

Re: WOLongResponsePage issues

2009-07-25 Thread Tim Worman
Shravan: It sounds to me like something is wrong with your code related to locking and unlocking. Session.defaultEditingContext() has automatic locking - you do not have to do it manually. So, if you continue using that EC you can take out the locking code. The best solution would be to u

Re: Textfield and change event

2009-07-25 Thread Francesco Romano
Thanks! I updated wonder and the class binding works. I also found the example of the trigger and now everything work... One last thing about the observe field. The event is triggered when the field lose the focus. I don't like this. Is it possible to trigger it when the user change the value?