okk,
looks like a pretty nice bug here in EOF : If I change the code
parameter to codePIN, the behaviour is correct.
___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (Webobjects-dev@lists.ap
On 17 déc. 06, at 02:41, Miguel Arroz wrote:
Hi!
This is voodoo, but... what happens with:
Agree, this is voodoo...
NSArray Codes = EOUtilities.objectsMatchingKeyAndValue(ec, "Code",
"code", code.toString());
not working
and
NSArray Codes = EOUtilities.objectsMatchingKeyAndValu
Hi!
This is voodoo, but... what happens with:
NSArray Codes = EOUtilities.objectsMatchingKeyAndValue(ec, "Code",
"code", code.toString());
and
NSArray Codes = EOUtilities.objectsMatchingKeyAndValue(ec, "Code",
"code", new String(code));
?
:)
Could it be some kind of non-prin
Hello,
this problem is driving me crazy :
I want to fetch a simple entity, using a functionnal key "code".
Here's a simple example :
public Boolean codeIsValid() {
EOEditingContext ec =
((Session)session()).defaultEditingContext();
try {
NSArray Codes = EOUtil
2006/12/16, Tom Jones <[EMAIL PROTECTED]>:
I've tried both locations, and I am still having problems. Here's the
message I get
JDBC connection failed for driver :'com.mysql.jdbc.driver'. Driver not
found in Java Runtime! Please verify your CLASSPATH environment
variable. The current CLASSPATH f
I've tried both locations, and I am still having problems. Here's the
message I get
JDBC connection failed for driver :'com.mysql.jdbc.driver'. Driver not
found in Java Runtime! Please verify your CLASSPATH environment
variable. The current CLASSPATH for your application is :
/Developer/Applicati
Hi All
I want to implement the Enhanced File Upload tools package with an
app Im working on.
Does anyone have a snippet of code where the bindings are explored...
Ie What Actions or variables are needed and how to output a report?
Gino
___
Do not