Ajax links failing on deployment

2013-08-05 Thread Ken Anderson
All,

I have an old project that I made some changes to, and on deployment, the Ajax 
update links stopped working.  I click on the link and the action is not 
triggered.

I tried taking the latest wonder build and installing it, but no help.

Any suggestions on how to debug this?  When I compare jars with the existing 
(working) deployment, there are a lot of src.jar jars in the path that weren't 
there previously.  I can't imagine this is an issue… but…

Any thoughts are greatly appreciated!

Ken
 ___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Re: Ajax links failing on deployment

2013-08-05 Thread Timothy Worman
Ken:

Is the browser reporting that there are any missing javascript resources?

Tim
UCLA GSEIS

On Aug 5, 2013, at 2:23 PM, Ken Anderson kenli...@anderhome.com wrote:

 All,
 
 I have an old project that I made some changes to, and on deployment, the 
 Ajax update links stopped working.  I click on the link and the action is not 
 triggered.
 
 I tried taking the latest wonder build and installing it, but no help.
 
 Any suggestions on how to debug this?  When I compare jars with the existing 
 (working) deployment, there are a lot of src.jar jars in the path that 
 weren't there previously.  I can't imagine this is an issue… but…
 
 Any thoughts are greatly appreciated!
 
 Ken
 ___
 Do not post admin requests to the list. They will be ignored.
 Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
 Help/Unsubscribe/Update your Subscription:
 https://lists.apple.com/mailman/options/webobjects-dev/lists%40thetimmy.com
 
 This email sent to li...@thetimmy.com


 ___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Re: Ajax links failing on deployment

2013-08-05 Thread Ken Anderson
Tim,

OK - I went back on to the deployed site to answer your question - and the link 
is now working!  Very weird.

I do, however, have an interesting error:

SyntaxError: Unexpected number '.3'

It says the error is at line 311 of wonder.js, which is:

eval(id + Update = function() {AjaxUpdateContainer.update(id, 
options) });

Strange…  but at least it started working!  I hope it keeps working :)

Ken

On Aug 5, 2013, at 5:50 PM, Timothy Worman li...@thetimmy.com wrote:

 Ken:
 
 Is the browser reporting that there are any missing javascript resources?
 
 Tim
 UCLA GSEIS
 
 On Aug 5, 2013, at 2:23 PM, Ken Anderson kenli...@anderhome.com wrote:
 
 All,
 
 I have an old project that I made some changes to, and on deployment, the 
 Ajax update links stopped working.  I click on the link and the action is 
 not triggered.
 
 I tried taking the latest wonder build and installing it, but no help.
 
 Any suggestions on how to debug this?  When I compare jars with the existing 
 (working) deployment, there are a lot of src.jar jars in the path that 
 weren't there previously.  I can't imagine this is an issue… but…
 
 Any thoughts are greatly appreciated!
 
 Ken
 ___
 Do not post admin requests to the list. They will be ignored.
 Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
 Help/Unsubscribe/Update your Subscription:
 https://lists.apple.com/mailman/options/webobjects-dev/lists%40thetimmy.com
 
 This email sent to li...@thetimmy.com
 


 ___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Re: Ajax links failing on deployment

2013-08-05 Thread Johnny Miller
I wonder if you have an element whose id is .3?  Which sounds like an id 
generated by ERXWOContext.safeElementID which should be OK.

What browser were you using?

Aloha,
Mr. Johnny Miller
Web Development Manager
Kahalawai Media Company
Lahaina, HI 96761
tel: (808) 661-7962 | mobile: (808) 283-0791
website | e-mail

On Aug 5, 2013, at 12:51 PM, Ken Anderson kenli...@anderhome.com wrote:

 SyntaxError: Unexpected number '.3'

 ___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com