Re: EOOrQualifier

2007-09-21 Thread Ray Ackland
Eric, What result sets do you get if you construct the SQL manually for the different queries? r On 22/09/2007, at 15:18, [EMAIL PROTECTED] wrote: Is there anything that could cause an EOOrQualifier to behave like this or is it a bug? Object's a, b, and c are all from the same table. Th

EOOrQualifier

2007-09-21 Thread gnuloki
Having a little trouble with this one, its only what I can assume is a bug. I have two EOQualifiers, say A and B. If I search the database with A I get objects a and b. If I search the database with B I get the object c. If I search with an EOOrQualifier generated from A and B I get only ob

Re: Book on Web Objects

2007-09-21 Thread Chuck Hill
Hi Tom. On Sep 21, 2007, at 7:10 AM, [EMAIL PROTECTED] wrote: Apple lists several books on Web Objects here: http://docs.info.apple.com/article.html?artnum=75214 I am wondering if recommendations or preferences for any of these? I am new to Web Objects so I'm starting from the ground up. I

Re: Fetching Relation Empty

2007-09-21 Thread Chuck Hill
See Pierre Bernards excellent "Qualifiers Additions" at http:// www.bernard-web.com/pierre/webobjects/code.html I think the ExistsInRelationshipQualifier is the one you want for this. Chuck On Sep 20, 2007, at 5:57 AM, Daniele Corti wrote: Hi all, I was looking for a way to fetch an obje

Re: Deep hierarchical search

2007-09-21 Thread Chuck Hill
See Pierre Bernards excellent "Qualifiers Additions" at http:// www.bernard-web.com/pierre/webobjects/code.html, as well as some in Project Wonder. You will probably find some that help with this or at least can use them as a basis for developing your own. Chuck On Sep 20, 2007, at 7:55

Re: Strange Behavior with EOModelGroup

2007-09-21 Thread David Holt
Don't forget to look at the additional template examples listed here: http://wiki.objectstyle.org/confluence/display/WO/EOF-Using+EOF- EOGenerator here: http://rentzsch.com/share/eogenerator52templates.zip and here: http://davidleber.net/?p=107 David On 21-Sep-07, at 8:02 AM, Daniele Cor

Re: Strange Behavior with EOModelGroup

2007-09-21 Thread Daniele Corti
2007/9/21, Kieran Kelleher <[EMAIL PROTECTED]>: > > On Sep 21, 2007, at 9:32 AM, Daniele Corti wrote: > > > > 2007/9/21, Kieran Kelleher <[EMAIL PROTECTED]>: > > > > Daniele, > > The "best practice" AFAIK is considered to be the use of EOGenerator, > > which if your generation template provides for

Re: Book on Web Objects

2007-09-21 Thread Kieran Kelleher
http://wiki.objectstyle.org/confluence/dashboard.action http://wiki.objectstyle.org/confluence/display/WO/Home http://wiki.objectstyle.org/confluence/display/WO/Additional +Resources-Websites http://homepage.mac.com/kelleherk/iblog/C981504028/index.html HTH, Kieran PS. Never reply to a mailing

Re: Strange Behavior with EOModelGroup

2007-09-21 Thread Kieran Kelleher
On Sep 21, 2007, at 9:32 AM, Daniele Corti wrote: 2007/9/21, Kieran Kelleher <[EMAIL PROTECTED]>: Daniele, The "best practice" AFAIK is considered to be the use of EOGenerator, which if your generation template provides for it, gives you static constants for key values and entity names an

Book on Web Objects

2007-09-21 Thread tsweeting
Apple lists several books on Web Objects here: http://docs.info.apple.com/article.html?artnum=75214 I am wondering if recommendations or preferences for any of these? I am new to Web Objects so I'm starting from the ground up. I have found good resources online, but I like actual book, and a

Re: Fetching Relation Empty

2007-09-21 Thread Daniele Corti
2007/9/21, Oliver Egger <[EMAIL PROTECTED]>: > > hi > > check out the message: > > http://lists.apple.com/archives/webobjects-dev/2004/Nov/msg00158.html > > i suspect this is still the same problem/bug ... probably, I prepared a way in code to make it working, also because I think that it is not

Re: Strange Behavior with EOModelGroup

2007-09-21 Thread Daniele Corti
2007/9/21, Kieran Kelleher <[EMAIL PROTECTED]>: > > Daniele, > The "best practice" AFAIK is considered to be the use of EOGenerator, > which if your generation template provides for it, gives you static > constants for key values and entity names and things like that. > mmm, I've never user it, I

Re: Weird EOExceptions

2007-09-21 Thread Susanne Schneider
Hallo Ute, beeing a little late for the discussion I hope you could solve your problem already. In case not I have a suspicion regarding your second problem as I stumbled over the same error message recently. My problem appeared as I tried to delete an object which has "relations" to no long

Re: Strange Behavior with EOModelGroup

2007-09-21 Thread Kieran Kelleher
Daniele, The "best practice" AFAIK is considered to be the use of EOGenerator, which if your generation template provides for it, gives you static constants for key values and entity names and things like that. So, someone who uses EOGenerator would typically type: EOFetchSpecification(GWSU

Re: Deep hierarchical search

2007-09-21 Thread Mike Schrag
If your tree is arbitrarily deep (which is sounds like it is), there is no magic bullet for this -- it's going to suck. I've written a couple posts on this before: http://lists.apple.com/archives/Webobjects-dev/2006/Jun/msg5.html and http://lists.apple.com/archives/webobjects-dev/2007/

Re: Fetching Relation Empty

2007-09-21 Thread Oliver Egger
hi check out the message: http://lists.apple.com/archives/webobjects-dev/2004/Nov/msg00158.html i suspect this is still the same problem/bug ... cheers oliver On 9/21/07, Daniele Corti <[EMAIL PROTECTED]> wrote: > > > 2007/9/20, Oliver Egger <[EMAIL PROTECTED]>: > > hi > > > > did you try to s

Re: Fetching Relation Empty

2007-09-21 Thread Daniele Corti
2007/9/20, Oliver Egger <[EMAIL PROTECTED]>: > > hi > > did you try to specify the relationship as an left outer join? > otherwise it will not > be working (the join will not return any results). not all database > plugins however > support left outer join as far as i know ... I tried but It doen

Re: Problems using ERSelenium

2007-09-21 Thread Denis Frolov
Hi, Most probably your tests didn't make it to the build folder. Check the woproject/resources.include.patternset file in ERSeleniumExample project - you would probably want to have a similar setup. On Sep 20, 2007, at 7:28 PM, Ruth Palmer wrote: I'm currently trying to get Selenium workin

Re: values from request question

2007-09-21 Thread Daniele Corti
2007/9/20, Johann Werner <[EMAIL PROTECTED]>: > > > Am 20.09.2007 um 17:37 schrieb Daniele Corti: > > > > 2007/9/20, Johann Werner <[EMAIL PROTECTED]>: > > > > Hi all, > > > > I have a weird behaviour of takeValuesFromRequest. I have a page with > > a form that has a radio button group having value

Re: Strange Behavior with EOModelGroup

2007-09-21 Thread Daniele Corti
2007/9/20, David Holt <[EMAIL PROTECTED]>: > > Hi Daniele, > If you add your own model, you will likely need to add it to your > Resources subfolder for it to be built properly. If you put it at root > level, your default settings likely won't pick it up. > > Make sure that you also add the correct

Re: Deep hierarchical search

2007-09-21 Thread Alexander Spohr
Am 21.09.2007 um 03:40 schrieb Klaus Berkling: There is a search I need to implement that returns matching groups, classes and students within a givem parent group. Just go and fetch those one of after the other: aGroupQualifier: parent = aParent aClassQualifier: group.parent = aParent aStude