Re: Weird Navigation issue

2010-08-25 Thread Chuck Hill
Either your app needs some serious optimization (which is my guess) or you are going to need a Long Response page to login. For the batching, that really sounds like an app in need of optimization. See ERXWOBatchingDisplayGroup. Chuck On Aug 25, 2010, at 11:58 AM, Andrew R. Kinnie wrote: > B

Re: Weird Navigation issue

2010-08-25 Thread Andrew R. Kinnie
Back to the originally scheduled problem, I configured the app to run through Apache, and not DirectConnect (even though I need to re-load multiple times because of the "No Instance Available" issue from the other thread), once I finally get to the appropriate subcomponent, I load the same displ

Re: Weird Navigation issue

2010-08-20 Thread David Holt
I can confirm that this page works for Snow Leopard client as well. David On 2010-08-20, at 11:11 AM, Andrew R. Kinnie wrote: > Cool, I'll give that a look, and see if I can replicate my issue locally. > Thanks > > On Aug 20, 2010, at 12:55 PM, Pascal Robert wrote: > >> Ah, this is what I wa

Re: Weird Navigation issue

2010-08-20 Thread Andrew R. Kinnie
Cool, I'll give that a look, and see if I can replicate my issue locally. Thanks On Aug 20, 2010, at 12:55 PM, Pascal Robert wrote: > Ah, this is what I was trying to find! Updated info from that 2007 mailing > post is in the wiki : > > > http://wiki.objectstyle.org/confluence/display/

Re: Weird Navigation issue

2010-08-20 Thread Pascal Robert
Ah, this is what I was trying to find! Updated info from that 2007 mailing post is in the wiki : http://wiki.objectstyle.org/confluence/display/WO/Running+Through+Apache+-+Leopard+Client+10.5.5+-+Summary > The truth is out there. Man the x-files were great. :-) > > http://lists.apple.c

Re: Weird Navigation issue

2010-08-20 Thread Tim Worman
The truth is out there. Man the x-files were great. :-) http://lists.apple.com/archives/Webobjects-dev/2007/Oct/msg00357.html Tim Worman UCLA GSE&IS On Aug 20, 2010, at 9:39 AM, Andrew R. Kinnie wrote: > Hmm. Well, I looked at that link, and found multiple other links to other > pages, all

Re: Weird Navigation issue

2010-08-20 Thread Andrew R. Kinnie
Hmm. Well, I looked at that link, and found multiple other links to other pages, all of which seem to assume a base level of deployment knowledge of what needs to be done. It does seem that turning off DirectConnect might be useful for development, assuming I can continue to develop the rather

Re: Weird Navigation issue

2010-08-20 Thread Pascal Robert
> Hmm. I'm not really a deployment guy, that's one of the things I hope to > learn from WOWODC. Is there a way to do that simply for testing purposes? Disable DirectConnect so that your app use Apache and the HTTPd adaptor to accept requests : http://wiki.objectstyle.org/confluence/

Re: Weird Navigation issue

2010-08-20 Thread Andrew R. Kinnie
Hmm. I'm not really a deployment guy, that's one of the things I hope to learn from WOWODC. Is there a way to do that simply for testing purposes? On Aug 20, 2010, at 11:13 AM, Mark Ritchie wrote: > Hey! > > On 20/Aug/2010, at 7:40 AM, Andrew R. Kinnie wrote: >> Here's the thing, this works

Re: Weird Navigation issue

2010-08-20 Thread Mark Ritchie
Hey! On 20/Aug/2010, at 7:40 AM, Andrew R. Kinnie wrote: > Here's the thing, this works fine on my dev machine (and everyone else's) but > only fails when it's deployed to a server. What happens if you run the app via the web server or fully deploy it to your dev machine? M _