Re: Can't see the tabs in D2W app

2014-06-23 Thread Ramsey Gurley
On Jun 23, 2014, at 1:38 PM, Timothy Worman wrote: > On Jun 23, 2014, at 1:34 PM, Pascal Robert wrote: > > [cc’ing the list.. begrudgingly. Here comes six more undeliverable > messages :/ maybe time to move to the wonder list?] >> >> The Wonder list is under the control of people who

Re: Can't see the tabs in D2W app

2014-06-23 Thread Timothy Worman
On Jun 23, 2014, at 1:34 PM, Pascal Robert wrote: [cc’ing the list.. begrudgingly. Here comes six more undeliverable messages :/ maybe time to move to the wonder list?] > > The Wonder list is under the control of people who are not in the community > anymore. I don't think it's a bet

Re: Can't see the tabs in D2W app

2014-06-23 Thread Pascal Robert
>>> [cc’ing the list.. begrudgingly. Here comes six more undeliverable messages >>> :/ maybe time to move to the wonder list?] The Wonder list is under the control of people who are not in the community anymore. I don't think it's a better option. - Mail original - De: "Ramsey Gurley"

Re: Angular JS + WO

2014-06-23 Thread Frank Stock
Michael, I think I know now where my problem is. I am using Webstorm for the Ember application. My WOApp is the ERRestRouteExample. So I use: Films.ApplicationAdapter = DS.RESTAdapter.extend({ namespace: 'ra', host: 'http://x.x.x.x/App/WebObjects/Rest.woa' // Rest.wo is ERRestRoutExamp

Re: Can't see the tabs in D2W app

2014-06-23 Thread Ramsey Gurley
You need to set your navigationState in your d2wContext in some way. That can be as straightforward as a few rules like 100: pageConfiguration = ‘ListComputer’ => navigationState = ‘Computers’ [Assignment] 100: pageConfiguration = ‘CreateComputer’ => navigationState = ‘Computers.CreateComputer’

Re: Can't see the tabs in D2W app

2014-06-23 Thread Theodore Petrosky
I think I lied :-( some of my name = something have quotes and some don’t and it is working either way. On Jun 23, 2014, at 3:54 PM, Theodore Petrosky wrote: > try taking away the quotes in the children > > > { > name = "Computers"; > action = "session.navControll

Re: Can't see the tabs in D2W app

2014-06-23 Thread Theodore Petrosky
try taking away the quotes in the children { name = "Computers"; action = "session.navController.listComputersAction"; children = ("CreateComputer","SearchComputers"); }, { name = CreateComputer; action = "session.navController.createComputerAction";

Re: Angular JS + WO

2014-06-23 Thread Michael Kondratov
Frank, in Properties file: #ERRest ERXRest.writeTypeKey=false ERXRest.defaultFormat=ember er.rest.timestampFormat=-MM-dd’T'HH:mm:ssZ in Ember Application: App.ApplicationAdapter = DS.RESTAdapter.extend({ namespace: applicationURL + 'ra' }); DS.RESTAdapter = DS.RESTAdapter.extend({ buil

Can't see the tabs in D2W app

2014-06-23 Thread Pascal Robert
I'm trying to build a prototype for a inventory system, and I'm trying to use D2W in that system. Problem is that my navigation doesn't work. I have two first-level children, Computers and Mobile, and each have two children. Problem is: I only see the tabs for Computers and Mobile, the sub tabs