Ajax accordion menu examples

2010-07-23 Thread Ian Coleman
Does any one have any example code that they would be willing to share or point me to. I am having a hard time figuring out how to get it to work. Or if you have a good alternative that works well i would like too. Thanks ___ Do not post admin re

Re: WOActionResults

2009-10-21 Thread Ian Coleman
I am! Give me a reusable component any day. (^_~) a response and stuff the output of our xml generation process into the content of the response. this way i can sleep at night. simon 2009/10/20 Ian Coleman I am returning a WOActionResults in a directaction which is a dynamic xml file b

Re: WOActionResults

2009-10-20 Thread Ian Coleman
I have tried that but still having the same problem. I am not sure if it has some thing to do with bad code. I start the file like this http://earth.google.com/kml/2.2 ">... On Oct 20, 2009, at 2:56 PM, Pascal Robert wrote: Make sure all of your tags in your component are in one long line

WOActionResults

2009-10-20 Thread Ian Coleman
I am returning a WOActionResults in a directaction which is a dynamic xml file but it is getting messed up because the file is getting returned with a blank first line and the xml file then does not get read correct. Is there a way to fix this problem? A way to stop that first blank line

Re: Zombies and Dead WOAs... Part Two..

2008-06-27 Thread Ian Coleman
I am having the same problem, can't stop instances in monitor. Just started for me last couple days not a whole has changed in the app in those few days, but not sure how long it has been going on so it could be from changes made a week or two ago. i Did see an email in another list i th

storing CSS in the datebase

2008-06-10 Thread Ian Coleman
Hi, I am trying to figure out a nice way to keep different CSS file users upload to db and depending who is logged in display using their CSS file. I have tried a couple things using a DA to trying to return but i am having problems getting it to work. thanks ian ___

java.lang.AbstractMethodError at org.apache.axis.AxisEngine.refreshGlobalOptions(AxisEngine.java:502)

2007-11-05 Thread Ian Coleman
ce.axisService (WOWebService.java:193) at com.webobjects.webservices.client.WOWebService.createCallForOperation (WOWebService.java:235) at com.webobjects.webservices.client.WOWebServiceClient.invoke (WOWebServiceClient.java:482) - Ian Coleman ___ Do not post admin requests to the list. T

Re: Dynamic images broken

2006-07-31 Thread Ian Coleman
that would explain it. Is there a meta-refresh tag? Some bad HTML? You can override dispatchRequest in Application to log the request URI. This is a good way of tracking this down. Chuck On Jul 27, 2006, at 1:37 PM, Ian Coleman wrote: Hi, I am trying to use WOActiveImage to display one of

Dynamic images broken

2006-07-27 Thread Ian Coleman
shows up in the page source: Any ideas why it works in safari only? thanks ian coleman [EMAIL PROTECTED] ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjects-dev@lists.apple.com) Help/Unsubscribe

Re: NoClassDefFoundError?

2006-03-28 Thread Ian Coleman
, 2006, at 9:43 AM, Ian Coleman wrote: I have have gone as far as reinstalling xcode and still none of my projects will run. Any other ideas? I am running on xcode 2.2 w/ component versions Xcode IDE: 655.0 Xcode Core: 658.0 ToolSupport: 651.0 All permissions seem to be correct, files are all

Re: NoClassDefFoundError?

2006-03-28 Thread Ian Coleman
changed since the last time the projects ran was that I had run Software Updater and it installed 3 new updates, don't remember what they were but could that even make any difference? thanks ian Ray Kiddy wrote: On Mar 27, 2006, at 2:03 PM, Ian Coleman wrote: yes it is in there, here i

Re: NoClassDefFoundError?

2006-03-27 Thread Ian Coleman
pp launches? Chuck On Mar 27, 2006, at 1:30 PM, Ian Coleman wrote: I can not figure out how to fix this problem, mainly because I don't know how I did it. None of my WO projects will run any more, they all exit with status 1. Even if I just create a D2W, it still exits

NoClassDefFoundError?

2006-03-27 Thread Ian Coleman
I can not figure out how to fix this problem, mainly because I don't know how I did it. None of my WO projects will run any more, they all exit with status 1. Even if I just create a D2W, it still exits with status 1. They all have this in the Run Log: . /Library/WebObjects/Extensions/

Re: Moving XCode Projects between Macs

2006-02-16 Thread Ian Coleman
Jonathan Miller wrote: Hi- I'm moving a WO Project (using X-Code) from one mac to another and I was wondering if anyone knew where the default setting was for registering the new file system with the project. i.e. When you go to build the project it cannot find the source files b/c it is

Re: Obtaining a request

2006-02-14 Thread Ian Coleman
Chuck Hill wrote: On Feb 14, 2006, at 6:56 AM, Ian Coleman wrote: We are trying to get information from a protal that is hosting the WO app, this is what I am using to try to do so. public Main(WOContext context) { super(context); WORequest request = context.request

Obtaining a request

2006-02-14 Thread Ian Coleman
We are trying to get information from a protal that is hosting the WO app, this is what I am using to try to do so. public Main(WOContext context) { super(context); WORequest request = context.request(); WOServletContext wosc = new WOServletContext(request); //thi