Hi everyone,
I found the solution!
To use WODisplayGroup and a fetch specification configured in the
database I now use this code:
quoteDisplayGroup.queryBindings().takeValueForKey(topic,"topic");
quoteDisplayGroup.fetch();
I had accidently switched value and key around in th
Hi Jean-Francois,
The method invoked when clicking the link now looks like this:
public WOComponent visEmne() {
topic = subjectItem.subjectText();
quoteDisplayGroup.queryBindings().takeValueForKey("emne",
topic);
quoteDisplayGr
Hi Micky,
I am new to Webobjects and have no knowledge of Java. I learned C++
many years ago and have done some C and a lot PHP since then. So then
I could not get the DisplayGroup binding to work I became frustrated
and searched the internet for another solution and found some code
that work
Hi there,
I am new to Webobjects and have no knowledge of Java. I learned C++
many years ago and have done some C and a lot PHP since then. So then
I could not get the DisplayGroup binding to work I became frustrated
and searched the internet for another solution and found some code
that
Hi Micky,
1 ---
I don't mean to be picky, or to argue about the color of the wallpaper,
but I see something here that leave me perplex ...
The code seem to be in a WOComponent subclasss, and in this « display »
layer, you seem to know a lot about the « persistent » layer.
Such code snippets is c
On 01/12/2005, at 18.15, Jean-François Veillette wrote:
I have a display group quoteDisplayGroup in a webcomponent.
The question is where in the components Java file I set the binding:
quoteDisplayGroup.queryBindings().takeValueForKey(value,
"attributeValue");
and how...
Another question.
I have a display group quoteDisplayGroup in a webcomponent.
The question is where in the components Java file I set the binding:
quoteDisplayGroup.queryBindings().takeValueForKey(value,
"attributeValue");
and how...
Another question... in my research I have come upon this one:
quoteDisplayGr
Hi there,
I have a display group quoteDisplayGroup in a webcomponent.
The question is where in the components Java file I set the binding:
quoteDisplayGroup.queryBindings().takeValueForKey(value,
"attributeValue");
and how...
Another question... in my research I have come upon this one:
qu