Checkbox, WODisplayGroup, Paging ?

2007-01-09 Thread James Cicenia
Hello - I have an extended WODisplayGroup that I have a set of checkboxes for an individual to select multiple items. It works great... except... after I page by displaygroup to the next batch. Then it won't run my bound method to the checkbox. The rendered html looks good on both pages. A

Deploy on Windows?

2007-01-09 Thread Fredrik Lindgren
I am trying to get a working deployment on windows using Tomcat. I have it working om macosx under tomcat but when moved to windows I get Servlet WOServletAdaptor is not available error. I have tested all the workarounds on the lists and wikis but none of them seem to mater. Should I try an

Re: NSTimestamp problem

2007-01-09 Thread Sacha Michel Mallais
On Jan 4, 2007, at 12:49 PM, Colin Curtin wrote: We ran into this problem as well. Found a solution a few minutes ago. OSX uses the same tz-link data that Java, Linux, Solaris, etc. uses. So we symbolic linked the Java directory to the native OSX one: #!/bin/bash # You'll want to sudo this. c

Re: Deploy on Windows?

2007-01-09 Thread peter mcgregor
Hi I deploy to a Windows/tomcat combination using WebObjects 5.3 There isn't anything special about windows. I would suggest getting the app running in Linux or BSD first using tomcat. Alternatively it might be just a simple configuration problem and you might be 99% there already. Does the web

Re: Deploy on Windows?

2007-01-09 Thread D Tim Cummings
Make sure you are using the WebObjects 5.3.2 license key. The WebObjects 5.3.1 license key won't work. You can check using the code below. //to compile, save as LicenseCheck.java and then type // javac -classpath /Library/WebObjects/lib/JavaWebObjects.jar LicenseCheck.java // public clas

[OT] Eclipse/WOLips import java files --> howto automate packages?

2007-01-09 Thread Lachlan Deck
Hi there, The below tutorial suggests dragging java files from Xcode to Eclipse: http://wiki.objectstyle.org/confluence/display/WOL/Import+an+Xcode +project+into+WOLips This quickly becomes tedious as none of the packages are preserved. i.e., all java files are inserted into the default pack

Re: [OT] Eclipse/WOLips import java files --> howto automate packages?

2007-01-09 Thread Denis Frolov
How about dragging all the java files to a package folder in Eclipse package explorer? on 1/10/07 8:31 AM, Lachlan Deck at [EMAIL PROTECTED] wrote: > Hi there, > > The below tutorial suggests dragging java files from Xcode to Eclipse: > http://wiki.objectstyle.org/confluence/display/WOL/Import+a