FWIW this program from Microsoft also comes with a debugger (and it's free).

http://www.microsoft.com/express/vwd/

Best,

Johnny


On Jan 12, 2010, at 2:03 PM, Amiel Montecillo wrote:

> There is IE Developer toolbar 
> (http://www.microsoft.com/downloads/details.aspx?familyid=e59c3964-672d-4511-bb3e-2d5e1db91038&displaylang=en)
>  its not quite like firefug or safari's dev tool but its the only thing for 
> IE.
> 
> You could also try View Source -> Copy and Paste source to a sane editor, go 
> to the line number that is reported.
> 
> Amiel
> 
> On Wed, Jan 13, 2010 at 6:24 AM, Chuck Hill <[email protected]> wrote:
> IIRC, that usually means that Object.extend() has not been called on some 
> object before Prototype or other added methods are called.  I have no idea 
> why this would be related to the redirect.
> 
> Does anyone have IE debugging tips?  Other than avoid it....
> 
> 
> Chuck
> 
> 
> 
> On Jan 12, 2010, at 10:17 AM, Sacha Michel Mallais wrote:
> 
> Hi all,
> 
> Has anyone had any issues with using AjaxUtils.redirectTo() with IE7?  I'm 
> getting this error on each page that uses redirectTo() on IE7 (typed by hand 
> due to IE7 lameness, please excuse typos):
> -----------------------------------------------
> Line: 4176
> Char: 5
> Error: Object doesn't support this property or method
> Code: 0
> URL: 
> https://test.global-village.net/apps/WebObjects/SMTest.woa/wa/218.0.9.1.1.1.1
> -----------------------------------------------
> 
> ... and the page doesn't redirect, it just sits there, and the rest of the 
> Ajax on the page no longer works.
> 
> The code I use to redirect is:
> -----------------------------------------------
>   public WOComponent sectionRepetitionObserverAction()
>   {
>       if (selectedSectionAction.count() > 0)
>       {
>           // should only be a single key and value in the dictionary
>           aSection = (Section) selectedSectionAction.allKeys().lastObject();
>           String actionForCurrentSection = (String) 
> selectedSectionAction.objectForKey(aSection);
> 
>           if ("Edit Content".equals(actionForCurrentSection))
>           {
>               AjaxUtils.redirectTo(editSection());
>               return null;
>           }
>           ....
>           [snip]
> -----------------------------------------------
> 
> Where editSection() returns an initialized component.
> 
> This is under WO 5.4.3, the latest Wonder ("svn up" at 2:00pm Monday).
> 
> Anyone have any ideas why this is not working?  My client claims it was 
> working a week or two ago, but I didn't touch any of this stuff, so I'm even 
> more confused...
> 
> 
> sacha
> 
> 
> -- 
> Sacha Michel Mallais             400 kg chimp
> Global Village Consulting Inc.   http://www.global-village.net/
> PGP Key ID: 7D757B65             AIM: smallais
> "Choke on that, causality!"  -- the Professor, "Futurama"
> 
> 
> _______________________________________________
> Do not post admin requests to the list. They will be ignored.
> Webobjects-dev mailing list      ([email protected])
> Help/Unsubscribe/Update your Subscription:
> http://lists.apple.com/mailman/options/webobjects-dev/chill%40global-village.net
> 
> This email sent to [email protected]
> 
> -- 
> Chuck Hill             Senior Consultant / VP Development
> 
> Practical WebObjects - for developers who want to increase their overall 
> knowledge of WebObjects or who are trying to solve specific problems.
> http://www.global-village.net/products/practical_webobjects
> 
> 
> 
> 
> 
> 
> 
> 
> _______________________________________________
> Do not post admin requests to the list. They will be ignored.
> Webobjects-dev mailing list      ([email protected])
> Help/Unsubscribe/Update your Subscription:
> http://lists.apple.com/mailman/options/webobjects-dev/bosyotech%40gmail.com
> 
> This email sent to [email protected]
> 
> 
> 
> -- 
> socket error: unable to connect to 127.0.0.1
> _______________________________________________
> Do not post admin requests to the list. They will be ignored.
> Webobjects-dev mailing list      ([email protected])
> Help/Unsubscribe/Update your Subscription:
> http://lists.apple.com/mailman/options/webobjects-dev/jlmiller%40kahalawai.com
> 
> This email sent to [email protected]

Johnny Miller
Kahalawai Media Corp
http://www.kahalawai.com



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

This email sent to [email protected]

Reply via email to