Re: Wonder D2W and relationships on same entity

2012-07-25 Thread Johan Henselmans
On 19-jul.-2012, at 19:20, Ramsey Gurley wrote: > Hi Pierre, > > We should really post this somewhere obvious. It's a known issue with the > ERModern look due of the way it handles ids for update containers. > > If you look in your page source, you'll see more than one ajax update > containe

Re: Wonder D2W and relationships on same entity

2012-07-20 Thread Pierre Gilquin
Thanks, I manage to make it work. The syntax for displayPropertyKeys is "[Tab]","(Section1)" ... http://webobjects.mdimension.com/hudson/job/Wonder/javadoc/er/directtoweb/pages/ERD2WPage.html Fabian Peters a écrit : As a complete beginner with d2w, I have not any idea how to make many tabs. By

Re: Wonder D2W and relationships on same entity

2012-07-19 Thread Ramsey Gurley
On Jul 19, 2012, at 11:07 AM, Pierre Gilquin wrote: > Thanks your help Ramsey, > > I try what you said, now the query panel starts but I get the error message : > > > There is no element on this page with the id > "MUC_EditRelationshipEmbeddedEACPTContact". > > Another rule to add ? Not su

Re: Wonder D2W and relationships on same entity

2012-07-19 Thread Pierre Gilquin
Thanks your help Ramsey, I try what you said, now the query panel starts but I get the error message : There is no element on this page with the id "MUC_EditRelationshipEmbeddedEACPTContact". Another rule to add ? I try also (task = 'edit' and entity.name = 'EACPTContact' and propertyKey =

Re: Wonder D2W and relationships on same entity

2012-07-19 Thread Fabian Peters
Ramsey's solution is of course better, since it does not force you to use tabs. :-) Am 19.07.2012 um 19:38 schrieb Fabian Peters: >> As a complete beginner with d2w, I have not any idea how to make many tabs. >> By default, I have a "Main" tab. You are taking about this tab, right ? > > It shou

Re: Wonder D2W and relationships on same entity

2012-07-19 Thread Fabian Peters
> As a complete beginner with d2w, I have not any idea how to make many tabs. > By default, I have a "Main" tab. You are taking about this tab, right ? It should be as simple as adding two rules like this: 100 : ((task = 'create' or task = 'edit') and entity.name = 'YourEntity') => subTask =

Re: Wonder D2W and relationships on same entity

2012-07-19 Thread Ramsey Gurley
Hi Pierre, We should really post this somewhere obvious. It's a known issue with the ERModern look due of the way it handles ids for update containers. If you look in your page source, you'll see more than one ajax update container with the same id. That's what is causing your error. IDs must

Re: Wonder D2W and relationships on same entity

2012-07-19 Thread Pierre Gilquin
Thanks Fabian, As a complete beginner with d2w, I have not any idea how to make many tabs. By default, I have a "Main" tab. You are taking about this tab, right ? Hi Pierre, What are your display property keys? Something like ("contactTypeA1","contactTypeA2","contactTypeB1" etc) What do

Re: Wonder D2W and relationships on same entity

2012-07-19 Thread Fabian Peters
Hi Pierre, >> What are your display property keys? > Something like ("contactTypeA1","contactTypeA2","contactTypeB1" etc) > >> What do you mean by "not responding"? > > When clicking "Search" or "New" nothing happen. Well only the image "wait" ! > For the first one, I get the "Query Contact" pan

Re: Wonder D2W and relationships on same entity

2012-07-19 Thread Pierre Gilquin
What are your display property keys? Something like ("contactTypeA1","contactTypeA2","contactTypeB1" etc) What do you mean by "not responding"? When clicking "Search" or "New" nothing happen. Well only the image "wait" ! For the first one, I get the "Query Contact" panel. David On 20

Re: Wonder D2W and relationships on same entity

2012-07-19 Thread David Holt
What are your display property keys? What do you mean by "not responding"? David On 2012-07-19, at 8:13 AM, Pierre Gilquin wrote: > hi, > > I have a problem with a wonder D2W app. > In my data model, an entity A has many relationships on the same entity B. > NB ; Not a to-many relationship bu

Wonder D2W and relationships on same entity

2012-07-19 Thread Pierre Gilquin
hi, I have a problem with a wonder D2W app. In my data model, an entity A has many relationships on the same entity B. NB ; Not a to-many relationship but several to-one relationships. In edit mode, the first visible relationship can be managed but all others relationships are not responding. T