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
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
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
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
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
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
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
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
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
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
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
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
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
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
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/
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
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
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
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
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
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
21 matches
Mail list logo