Re: WOLongResponsePage issues

2009-07-24 Thread Shravan Kumar. M
Thanks George. I was doing same, debugging the code, and trying to pull odd man out ;-) I think I have finally found the issue of LongResponsePage not getting refreshed. In the performAction() method the business logic is LOCKING the session's defaultEditingContext and performing the business o

Re: WOLongResponsePage issues

2009-07-24 Thread George Domurot
Shravan, do you have a custom page wrapper that is performing and special tricks? If you have a simple example working, try taking an exact duplicate of the example and using it within your project. Make sure you don't add any additional code or components, and make sure it still works as

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

2009-07-24 Thread Q
On 25/07/2009, at 1:00 AM, Henrique Prange wrote: Hi Mike, On 7/24/09 11:51 AM, Mike Schrag wrote: Where is the source for ERXServletAdaptor btw? Nowhere. The source code is not available. :( I think this is some strange historical reason ... I suspect to avoid having servlet.jar in the Li

Re: [SOLVED] Re: failed to provide new primary keys for entity

2009-07-24 Thread Miguel Angel Torres Avila
On Jul 24, 2009, at 1:23 AM, Cheong Hee (Gmail) wrote: Hope this information helps someone else that is new to Prototypes. Good that you mentioned it. I recalled going through the same path when trying with EOPrototypes , flip-flop with wonder and wo docs to get better picture. Suggest

Re: CSS and WOTable

2009-07-24 Thread Johann Werner
oh and I forgot: if you are using Wonder have a look at ERXTable. jw Am 24.07.2009 um 21:42 schrieb Jeff Dunnett: Hi Everyone, I am using WOTable to dynamically generate a multi-row three column table. Table1: WOTable { item = aKeyword; list = csKeywords; maxColum

War / Maven / Jar Build – How Does it Work wi th Eclipse's "Build Automatically"?

2009-07-24 Thread Andrew Lindesay
Hello; With "war" builds (with maven), in the deployment descriptor, you can either set "WOJarBundle" to "NO" and have to supply your own classpath, APPROOT, LOCALROOT ... or set "WOJarBundle" to "YES" and package the application's main bundle as a jar and include it in the "lib" folder.

Re: CSS and WOTable

2009-07-24 Thread Johann Werner
Hi Jeff, how about wrapping your table with a jw Am 24.07.2009 um 21:42 schrieb Jeff Dunnett: Hi Everyone, I am using WOTable to dynamically generate a multi-row three column table. Table1: WOTable { item = aKeyword; list = csKeywords; maxColumns = 3; bor

Reminder : WOWODC East hotel reservation and schedule

2009-07-24 Thread Pascal Robert
Hello everyone, Don't forget that the cut-off date for the Hotel Gouverneur is July 28th, so if you are planning to come to WOWODC East, you should make your reservation ASAP. Also, the schedule is now available : https://inmail.macti.ca:443/home/wowod...@macti.ca/East-Learning

Re: Textfield and change event

2009-07-24 Thread Johann Werner
The AjaxObserveField should honor your class binding. For me it is working. Do you have a recent version of Wonder? For the AjaxUpdateTrigger I think you should find an example in AjaxExample. Have a look at it. jw Am 24.07.2009 um 18:07 schrieb Francesco Romano: Good idea... but... I pas

CSS and WOTable

2009-07-24 Thread Jeff Dunnett
Hi Everyone, I am using WOTable to dynamically generate a multi-row three column table. Table1: WOTable { item = aKeyword; list = csKeywords; maxColumns = 3; border = 0; cellspacing = 0; cellpadding = 0; } I would like to add a css tag that wou

Re: WOLongResponsePage issues

2009-07-24 Thread Shravan Kumar. M
Hello Group, I have simulated the Long response code from my app to a sample project and Long response is performing perfect there... but NOT in my app, i.e., in my app long response page is not refreshing and returning no instance page. I see that there should be some setting or some configura

Re: Textfield and change event

2009-07-24 Thread Francesco Romano
Good idea... but... I pass a class binding but it's not used: qtaObserveField: AjaxObserveField { class = "cprod-item-qta"; action = quantityChanged; updateContainerID = "cartListContainer"; elementName = "li"; } ASB.observeDescendentFields('

Re: Textfield and change event

2009-07-24 Thread Johann Werner
Hi Francesco, Now I remember why.. because the observer is a div and it "destroyed" my layout.. but I found the right place and now it seems to work you could use the binding 'elementName' of AjaxObserveField to let it use e.g. li instead of div jw smime.p7s Description: S/MIME c

Re: Textfield and change event

2009-07-24 Thread Francesco Romano
On 24/lug/09, at 14:41, Johann Werner wrote: Am 24.07.2009 um 12:30 schrieb Francesco Romano: I was thinking Maybe I'm totally wrong... Looking at the log I can see that it reload all the page.. this is right... because my container contains almost all the page.. But.. i don't like thi

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

2009-07-24 Thread Henrique Prange
Hi Greg, On 7/23/09 10:37 AM, gsbr...@umich.edu wrote: Hi, Avoiding the erxservletadaptor and wonder initialization, I just made a project with the 2.0.17 archetype, for wo 5.3.3, no wonder, true war support. wolips 3.4.5747 . It seems some parameters are not defined. You must add the filterin

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

2009-07-24 Thread Henrique Prange
Hi Mike, On 7/24/09 11:51 AM, Mike Schrag wrote: Where is the source for ERXServletAdaptor btw? Nowhere. The source code is not available. :( I think this is some strange historical reason ... I suspect to avoid having servlet.jar in the Libraries folder. I think probably we should have a sec

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

2009-07-24 Thread Mike Schrag
Where is the source for ERXServletAdaptor btw? Nowhere. The source code is not available. :( I think this is some strange historical reason ... I suspect to avoid having servlet.jar in the Libraries folder. I think probably we should have a second Libraries folder that has servlet.jar in it

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

2009-07-24 Thread Henrique Prange
Hi Lachlan, On 7/22/09 11:35 PM, Lachlan Deck wrote: It is included as a Library (in the Referenced Libraries directory) in ERJars. With ant ERJars is used, that's true. But not with maven. This particular jar - which has no equivalents that I can see in the source files needs to be added to

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

2009-07-24 Thread Henrique Prange
Hi Greg, On 7/22/09 8:49 PM, Greg Brown wrote: Q 1. Should http://maven.wocommunity.org/content/groups/public have this jar, or am I missing where it is? You are right. The erxservlet.jar should be there (issue WONDER-291). I have deployed the artifact to the WOCommunity repository right no

Re: Textfield and change event

2009-07-24 Thread Johann Werner
Am 24.07.2009 um 12:30 schrieb Francesco Romano: I was thinking Maybe I'm totally wrong... Looking at the log I can see that it reload all the page.. this is right... because my container contains almost all the page.. But.. i don't like this... The problem is that: 1) the removeItem lin

Re: Textfield and change event

2009-07-24 Thread Johann Werner
Hi Francesco, you have to wrap the field(s) to be observed or if you use the binding observeFieldID you can only observe one field as an id must be unique on a html page. As you have a repetition and use a static id you have the very same id multiple times which is not allowed. So either

Re: WOLongResponsePage issues

2009-07-24 Thread shravan kumar
Thanks for your suggestion Jérémy. Okay then, I will look forward to see some other good solutions for my issue. Thank You, Shravan Kumar. M --- On Fri, 7/24/09, jeremy.dero...@ingencys.net wrote: From: jeremy.dero...@ingencys.net Subject: Re: WOLongResponsePage

Re: Textfield and change event

2009-07-24 Thread Francesco Romano
Ok.. I've some problems... The first thing I tried is to add the ObserveField to observe one field. It works.. but... I realized that the field to be observed is inside a wo:loop.. so I removed the binding observeFieldID but now it doesn't work... This is a piece of the html: <--- the aja

Re: WOLongResponsePage issues

2009-07-24 Thread jeremy . deroyer
With use both prototype and jQuery (in compatibilty mode) without any problems. But I never used WOLongResponsePage so I can not compare them. Maybe someone could give you a progress bar thread implementation/example dealing with sessio nand editing context  Jérémy-shravan kumar a écrit :

Re: WOLongResponsePage issues

2009-07-24 Thread shravan kumar
Thanks for your response Jérémy. But as my business logic is very much tied with session, editing context, I may need WOLongResponsePage. Also, I have NOT integrated Project Wonder to my system and I only use few of Project Wonder components here and there in my application. I hope to use AjaxP

Re: WOLongResponsePage issues

2009-07-24 Thread jeremy . deroyer
Hello, Why not using Ajax capabilities of the project Wonder like ajaxprogressbar ? It's easy to implement except dealing with thread and session if you're working with editing context. Jérémy -webobjects-dev-bounces+jeremy.deroyer=ingencys@lists.apple.com a écrit : -A : WO Dev Group De