Re: Type casting in WOComponents

2007-06-08 Thread Anjo Krank
Am 08.06.2007 um 06:19 schrieb Mike Schrag: Right, so this is true -- If assignedRegion is a property of Admin only, then you can't bind to that key on User or WOLips will yell. What is going on here is that the contract you have in your component says that it's a User, so in the general

Re: URGENT!!! Downgrade WebObjects 5.3.* to 5.2.4 as well Java 1.5.* to 1.4.2_09

2007-06-08 Thread Daniele Corti
2007/6/8, Shravan Kumar.M [EMAIL PROTECTED]: Hi Group, I think now I have a way to Downgrade Java from 1.5.* to 1.4.2 with the steps provided by Kieran. I'll try this out soon and update the group. I actually checked the .dmg of Mac OS X server I could not find anything related to

Re: URGENT!!! Downgrade WebObjects 5.3.* to 5.2.4 as well Java 1.5.* to 1.4.2_09

2007-06-08 Thread Anjo Krank
Sheesh. Why the bother? Build your app with the system frameworks embedded and be done with it? Am 08.06.2007 um 07:49 schrieb Shravan Kumar.M: Hi Group, I think now I have a way to Downgrade Java from 1.5.* to 1.4.2 with the steps provided by Kieran. I'll try this out soon and update

Re: Type casting in WOComponents

2007-06-08 Thread Mike Schrag
I always feel double dirty using that one, but maybe it's just me :) On Jun 8, 2007, at 2:53 AM, Anjo Krank wrote: Am 08.06.2007 um 06:19 schrieb Mike Schrag: Right, so this is true -- If assignedRegion is a property of Admin only, then you can't bind to that key on User or WOLips will

Re: OT: Avoid automatic registration with Image Code

2007-06-08 Thread Gino Pacitti
Hi Daniele Try this.. if I read you right.. import java.awt.*; import java.awt.image.*; import java.io.*; import java.util.*; import com.sun.image.codec.jpeg.*; import java.awt.Toolkit; public class TextInImage { public TextInImage(){ } public static void createLoginImage(String

OT: Avoid automatic registration with Image Code

2007-06-08 Thread Daniele Corti
Hi all, I know it's a little off-topic, but since I'll use it in WO, I would ask for some advice in this: I looked for tutorial or howto for create a registration panel that ask for an authentication code, passed to the client by an image to avoid the spam registrations. For the first

Re: [Wonder-disc] OT: Avoid automatic registration with Image Code

2007-06-08 Thread Zak Burke
Daniele Corti wrote on 6/8/07 7:07 AM: I looked for tutorial or howto for create a registration panel that ask for an authentication code, passed to the client by an image to avoid the spam registrations. http://webobjects.mdimension.com/wonder/api/er/captcha/ERCaptcha.html zak.

Re: Type casting in WOComponents

2007-06-08 Thread David LeBer
On 8-Jun-07, at 6:15 AM, Mike Schrag wrote: I always feel double dirty using that one, but maybe it's just me :) I just clean all targets afterwards. On Jun 8, 2007, at 2:53 AM, Anjo Krank wrote: Am 08.06.2007 um 06:19 schrieb Mike Schrag: Right, so this is true -- If assignedRegion is

Re: URGENT!!! Downgrade WebObjects 5.3.* to 5.2.4 as well Java 1.5.* to 1.4.2_09

2007-06-08 Thread Shravan Kumar.M
Hi Anjo, Could you please elaborate your idea ? Thanks Rgds, Shravan Kumar.M Let us learn from the past to profit by the present,and from the present to live better in the future. --William WordsWorth --- On 08-Jun-07, at 1:20

Re: [Wonder-disc] OT: Avoid automatic registration with Image Code

2007-06-08 Thread Daniele Corti
2007/6/8, Zak Burke [EMAIL PROTECTED]: Daniele Corti wrote on 6/8/07 7:07 AM: I looked for tutorial or howto for create a registration panel that ask for an authentication code, passed to the client by an image to avoid the spam registrations.

Re: [Wonder-disc] OT: Avoid automatic registration with Image Code

2007-06-08 Thread David LeBer
On 8-Jun-07, at 8:09 AM, Daniele Corti wrote: 2007/6/8, Zak Burke [EMAIL PROTECTED]: Daniele Corti wrote on 6/8/07 7:07 AM: I looked for tutorial or howto for create a registration panel that ask for an authentication code, passed to the client by an image to avoid the spam

Re: [Wonder-disc] OT: Avoid automatic registration with Image Code

2007-06-08 Thread Daniele Corti
2007/6/8, Mike Schrag [EMAIL PROTECTED]: Hi Zak, this is what i need, but I have some problems with the required frameworks, do you know whitch are required? ERCaptcha, ERJars, ERExtensions Thanks, I obtained some strange error before, but now, I just add ERCaptch, ERJars, ERExtensions and

Re: [Wonder-disc] OT: Avoid automatic registration with Image Code

2007-06-08 Thread Mike Schrag
Hi Zak, this is what i need, but I have some problems with the required frameworks, do you know whitch are required? ERCaptcha, ERJars, ERExtensions ms ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list

Re: [ANN] WO Tutorial is finally finished

2007-06-08 Thread David Holt
Excellent! Looking forward to reading it. Thanks for doing this, Janine. David On 8-Jun-07, at 12:21 AM, Janine Sisk wrote: Remember that tutorial I said I'd write? That was at the last WWDC. It's finally finished, and not a moment too soon. This isn't for a total newbie; I don't

Xcode: Two Classes with same name, different package.

2007-06-08 Thread Joe Moreno
Is there a trick to adding two classes, with the same name but in different packages, to a WebObjects Xcode project? For example, what's the best way to add the following two classes to a single Xcode project: com.abc.Customer.java (in package com.abc)

Re: Xcode: Two Classes with same name, different package.

2007-06-08 Thread Jean-François Veillette
I would expect (didn't try exactly this case) that by having each files in a different directory (Classes/com/abc/Customer.java and Classes/com/xyz/Customer.java) would work correctly. - jfv Le 07-06-08 à 15:22, Joe Moreno a écrit : Is there a trick to adding two classes, with the same

Re: Xcode: Two Classes with same name, different package.

2007-06-08 Thread Chuck Hill
I can confirm that this is the solution. you need to have the classes in each package in a different directory. Using Eclipse works even better! :-P Chuck On Jun 8, 2007, at 1:49 PM, Jean-François Veillette wrote: I would expect (didn't try exactly this case) that by having each files

Re: URGENT!!! Downgrade WebObjects 5.3.* to 5.2.4 as well Java 1.5.* to 1.4.2_09

2007-06-08 Thread Miguel Arroz
Hi! Although it comes pre-installed, I had to install xCode and the WebObjects.pkg on my server to make it work. Good luck! Yours Miguel Arroz PS: It's cold like hell in SF... is this always like that in June!? I want to go back to Portugal and have a real summer! ;) On

Re: URGENT!!! Downgrade WebObjects 5.3.* to 5.2.4 as well Java 1.5.* to 1.4.2_09

2007-06-08 Thread Chuck Hill
On Jun 8, 2007, at 6:34 PM, Miguel Arroz wrote: PS: It's cold like hell in SF... is this always like that in June!? I want to go back to Portugal and have a real summer! ;) It is awful this time of year - worse than Canada. I suspect that the Moscone Center gives Apple a discount for

Re: URGENT!!! Downgrade WebObjects 5.3.* to 5.2.4 as well Java 1.5.* to 1.4.2_09

2007-06-08 Thread David LeBer
On 8-Jun-07, at 9:34 PM, Miguel Arroz wrote: PS: It's cold like hell in SF... is this always like that in June!? I want to go back to Portugal and have a real summer! ;) Hey I here it's suppose to go up to a balmy 18˚C on Tuesday. Here in Toronto we say we have two seasons: Winter and

Re: URGENT!!! Downgrade WebObjects 5.3.* to 5.2.4 as well Java 1.5.* to 1.4.2_09

2007-06-08 Thread Janine Sisk
On Jun 8, 2007, at 6:34 PM, Miguel Arroz wrote: PS: It's cold like hell in SF... is this always like that in June!? I want to go back to Portugal and have a real summer! ;) The tourist board arranges this for the benefit of retailers. Tourists generally arrive with lots of shorts and golf

Re: URGENT!!! Downgrade WebObjects 5.3.* to 5.2.4 as well Java 1.5.* to 1.4.2_09

2007-06-08 Thread Ken Anderson
Funny enough, in 1991 when I flew to SF for a class at NeXT, I did just that - brought shorts and t-shirts. The retailers were very happy with me! Ken On Jun 8, 2007, at 9:57 PM, Janine Sisk wrote: On Jun 8, 2007, at 6:34 PM, Miguel Arroz wrote: PS: It's cold like hell in SF... is this

Re: URGENT!!! Downgrade WebObjects 5.3.* to 5.2.4 as well Java 1.5.* to 1.4.2_09

2007-06-08 Thread Janine Sisk
Yea, well, I did it once too, and I have no excuse - I grew up in California and visited San Francisco at every time of the year, many times. Maybe I just needed an excuse to shop. :) janine On Jun 8, 2007, at 7:17 PM, Ken Anderson wrote: Funny enough, in 1991 when I flew to SF for a