Re: WOPopUpButton bug 5.3 DST

2007-04-02 Thread Dev WO
Hi Olav, It's not related to DST update. I think it appears in the 5.3.x but I'm not completely sure. It's a but when using the href binding, but I don't understand why you have a hyperlink in an option value, maybe it's just a test you made. Anyway, search the list for bozo ampersand

Re: Problem in using WOConditional with in a WORepitition

2007-04-02 Thread Daniele Corti
2007/3/31, Chantigadu [EMAIL PROTECTED]: Hi Group, I have a component , which have couple of WODynamic emlements, the page looks like as shown below: Form Popup Button Submit Button Table Repitition TR TD WO Text wrapped in a WO Conditional

Re: Problem in using WOConditional with in a WORepitition

2007-04-02 Thread Chantigadu
Hello Daniele, The WOCOnditional binding is correct and its behaving as desired, i dont know why the settter method of the variable binded to value binding of WOText is getting called with the NULL value. Regards, Srinivas On 4/2/07, Daniele Corti [EMAIL PROTECTED] wrote: 2007/3/31,

Re: Problem in using WOConditional with in a WORepitition

2007-04-02 Thread Daniele Corti
2007/4/2, Chantigadu [EMAIL PROTECTED]: Hello Daniele, The WOCOnditional binding is correct and its behaving as desired, i dont know why the settter method of the variable binded to value binding of WOText is getting called with the NULL value. Regards, Srinivas can you post your code?

SQL Error

2007-04-02 Thread David Griffith
Hi all, Things have been working well for over a year and now suddenly I have started to get this error: com.webobjects.eoaccess.EOGeneralAdaptorException: EvaluateExpression failed: com.webobjects.jdbcadaptor.MySQLPlugIn$MySQLExpression: UPDATE WEB_HOSTING SET WH_NEXT_RENEWAL_DATE = ?,

Re: Generate HTML from a WOComponent programmatically

2007-04-02 Thread Daniele Corti
2007/3/31, Jacky Gagnon [EMAIL PROTECTED]: On 07-03-30, at 17:13, Chuck Hill wrote: This sounds like a terrible idea. Yes I know ;-) Why not use a WORepetition and some custom components? What are you trying to do that can't be done that way? Its because I have already a Java class

WebObjects Introduction Course, April 23-27, UK

2007-04-02 Thread Elizabeth Lynch
We have some places available on our next scheduled Introduction course: Developing Internet Applications with WebObjects. April 23rd - April 27th. This is a great course for people who want to make sure they get their WebObjects projects off to the best possible start! Courses are

Oracle on 10.4 (not server) MacIntel

2007-04-02 Thread Frédéric JECKER
Moin list, Has anybody on this list achieved to install an Oracle database server on its MacIntel running 10.4? If yes, any help or resources will be appreciated ! Regards FJ ___ Do not post admin requests to the list. They will be ignored.

Re: SQL Error

2007-04-02 Thread Jerry W. Walker
Hi, David, The part of your error message that I've excerpted strongly suggests to me that you're experiencing a network hardware failure of some sort on the database side of your network. That is, the communications failure is occurring between your app server and your database server.

Re: Problem in using WOConditional with in a WORepitition

2007-04-02 Thread Jerry W. Walker
Hi, Srinivas, I think the problem you're having is due to the fact that during the Request-Response cycle, you're changing the component template between the appendToResponse that generates the page, and the final invokeAction that uses that generated page. For more information about

Re: WOPopUpButton bug 5.3 DST

2007-04-02 Thread Olav Anderson
Hey Xavier, Thanks for the info. I'm using the value binding in conjunction with javascript to allow users to navigate to other parts of the site without using a submit button. Like so: menu: WOPopUpButton { list = category.parent.newContentSubCategories; item =

Re: Oracle on 10.4 (not server) MacIntel

2007-04-02 Thread Pascal Robert
Le 07-04-02 à 05:57, Frédéric JECKER a écrit : Moin list, Has anybody on this list achieved to install an Oracle database server on its MacIntel running 10.4? If yes, any help or resources will be appreciated ! Please check Oracle Forums :

[Meeting] Toronto Area Cocoa and WebObjects Developer Group - April 10, 2007

2007-04-02 Thread Karl Moskowski
tacow's first anniversary meeting is on Tuesday, April 10, 2007, at 6:30 PM at Ryerson University. Topics: - developing Automator actions - Ruby on Rails Details are available at http://www.tacow.org/?p=56. If you plan to attend, please send a message to [EMAIL PROTECTED], and let us know

https and Deployment: Reality deviates from Documentation?

2007-04-02 Thread Greg Brown
I am running ( trying) Myapp.woa with apache 1.3, Mac OSX 10.4.8 and the documentation doesn't appear to be right! or I misunderstand, so for the record: Documents say: However, most web applications contain web server resources, such as images. You should place these resources in the web

Re: WOPopUpButton bug 5.3 DST

2007-04-02 Thread Dev WO
This is just my point, but you should never have a form without a submit button. Javascript is good only if it works all the time (meaning every browser) and if thing's still work without it. It should only be to get more, but never to prevent the site from being navigated. If you'd like to

Getting started with WO

2007-04-02 Thread Pascal Robert
Yo, I was thinking about writing a training document so that when we hire new people, they can learn WO quickier. But, at the same time, we always get people on the list who also want Getting started with WO tips. So I think it's a good idea to write this document. So far, we have : -

Writing IE specific code

2007-04-02 Thread Jean Pierre Malrieu
I know it is not recommended, but I am trying (for the first time) to write specific code for IE (which has problems with Ajax). I have tried to use comments in HTML ( !--[if IE] etc.) but it does not seem to work fine. WebObjects seems to just eat them, and they don't event reach the

Re: Writing IE specific code

2007-04-02 Thread Guido Neitzer
On 02.04.2007, at 09:55, Jean Pierre Malrieu wrote: I know it is not recommended, but I am trying (for the first time) to write specific code for IE (which has problems with Ajax). I have tried to use comments in HTML ( !--[if IE] etc.) but it does not seem to work fine. WebObjects seems to

Re: https and Deployment: Reality deviates from Documentation?

2007-04-02 Thread Chuck Hill
On Apr 2, 2007, at 6:50 AM, Greg Brown wrote: I am running ( trying) Myapp.woa with apache 1.3, Mac OSX 10.4.8 and the documentation doesn't appear to be right! or I misunderstand, so for the record: Documents say: However, most web applications contain web server resources, such as

Re: Writing IE specific code

2007-04-02 Thread Kieran Kelleher
Comments are sucked out by default, but there is a WO parameter/ setting somewhere to leave them be included in the rendered HTML. Cannot remember where, but you should look for it since it *is* there somewhere. On Apr 2, 2007, at 11:55 AM, Jean Pierre Malrieu wrote: I know it is not

Re: https and Deployment: Reality deviates from Documentation?

2007-04-02 Thread Greg Brown
On Apr 2, 2007, at 1:08 PM, Chuck Hill wrote: On Apr 2, 2007, at 6:50 AM, Greg Brown wrote: I am running ( trying) Myapp.woa with apache 1.3, Mac OSX 10.4.8 and the documentation doesn't appear to be right! or I misunderstand, so for the record: Documents say: However, most web

Re: https and Deployment: Reality deviates from Documentation?

2007-04-02 Thread Chuck Hill
On Apr 2, 2007, at 12:16 PM, Greg Brown wrote: On Apr 2, 2007, at 1:08 PM, Chuck Hill wrote: On Apr 2, 2007, at 6:50 AM, Greg Brown wrote: I am running ( trying) Myapp.woa with apache 1.3, Mac OSX 10.4.8 and the documentation doesn't appear to be right! or I misunderstand, so for the

Strange Error ???

2007-04-02 Thread James Cicenia
Ok this is messing with my head here. I have the following line: newPhase.setResponsiblePerson((ProjectRosterMember)msp.resources ().objectAtIndex(0)); Sometimes the above works and sometimes it doesn't. HOWEVER if I put the println AFTER it it always

Re: Strange Error ???

2007-04-02 Thread Chuck Hill
Hi James, Ah, another guessing game for us. :-). Uh, I'd like to buy a vowel? What means this, sometimes it doesn't? Chuck On Apr 2, 2007, at 2:47 PM, James Cicenia wrote: Ok this is messing with my head here. I have the following line:

Re: Strange Error ???

2007-04-02 Thread James Cicenia
Sorry - It is inconsistent. In other words it takes the resource and it is stored while sometimes just a null is gotten. However, it is always there when the print statement is issued after?! - James On Apr 2, 2007, at 4:51 PM, Chuck Hill wrote: Hi James, Ah, another guessing game for

Reading NSData from a file

2007-04-02 Thread Janine Sisk
I'm trying to read a file into a variable of type NSData. According to the docs on NSData I should be able to use this: public NSData(InputStream inputStream, int chunkSize) throws IOException FileInputStream is a subclass of InputStream, so I tried this: FileInputStream

Re: Reading NSData from a file

2007-04-02 Thread Chuck Hill
On Apr 2, 2007, at 9:13 PM, Janine Sisk wrote: I'm trying to read a file into a variable of type NSData. According to the docs on NSData I should be able to use this: public NSData(InputStream inputStream, int chunkSize) throws IOException FileInputStream is a subclass of

Re: Reading NSData from a file

2007-04-02 Thread Mike Schrag
What I'm trying to do here is to read back in the results of having run convert on an uploaded image file and making a thumbnail from it. The files are being written only for the convenience of convert, so if I could get out of writing them that would be all the better. What are you

Re: Reading NSData from a file

2007-04-02 Thread Mike Schrag
* Slow, Easy, Pure Java, Cross Platform = JAI / Java2D (JAI is not hardware accelerated on OS X) * Faster, Pretty Annoying, Native, Mostly Cross Platform (portable c) = System call to ImageMagick * Faster, Way Annoying, Native, Mostly Cross Platform (portable c) = JNI ImageMagick (this has