Another thing to note if this is a long request to a database housed in an ESX
vm. We had similar problems with long requests timing out between two systems,
with one hosted by esx 4.x. Such long requests were caught by some low level
interface muxing issue and my whole EOF stack was frozen when
Ok, will try with ERXWOLongResponsePage since it look like it's
locking and unlocking all ECs in the thread.
There's a bunch of stuff wrong here. First, the only actually locked
thread is:
-
com
.webobjects
.eocontrol
.EOObjectStoreCoordinator
.addCooperatingObjectStore
(com.webobjec
There's a bunch of stuff wrong here. First, the only actually locked thread is:
-
com.webobjects.eocontrol.EOObjectStoreCoordinator.addCooperatingObjectStore(com.webobjects.eocontrol.EOCooperatingObjectStore)
@bci=5, line=130 (Interpreted frame)
-
com.webobjects.eoaccess.EODatabaseChannel.set
Some thinks we do:
1) start loading prototype.js and effect.js first
2) use jQuery.noConflict(); jQuery(document).ready(function() {
Hope this will help you,
Jérémy
Le 31 mai 10 à 17:31, Theodore Petrosky a écrit :
thanks, I just started the jquery tutorials
Ted
--- On Mon, 5/31/1
thanks, I just started the jquery tutorials
Ted
--- On Mon, 5/31/10, Jérémy DE ROYER wrote:
> From: Jérémy DE ROYER
> Subject: Re: ajax date picker and javascript...
> To: "Theodore Petrosky"
> Cc: webobjects-dev@lists.apple.com
> Date: Monday, May 31, 2010, 11:05 AM
> Hello,
>
> http:/
Hello,
http://marcgrabanski.com/pages/code/jquery-ui-datepicker works great
for us.
Take care that as it works with jquery (http://jquery.com/) you have
to always use jQuery.noConflict(); to avoid... conflict with prototype.
Jérémy
Le 31 mai 10 à 16:56, Theodore Petrosky a écrit :
I see
I see from the docs that the AjaxDatePicker responds to onDateSelect
"JavaScript to execute when a date is selected from the calendar".
I checked the ajax examples and can not locate any example of the executing of
a javascript from the datepicker...
I have never added any javascript to my apps
Thanks a lot Farrukh. Javascript is working with AjaxSubmit Buttons now.
We are using Wonder and will try to use WOGNL framework as per your
suggestion.
Thanks & Regards,
Kalpana.
On Sun, May 30, 2010 at 11:14 AM, Farrukh Ijaz <
farrukh.i...@fuegodigitalmedia.com> wrote:
> Do the followi