Re: [Pharo-users] Pharo Seaside RESTful services pragma question

2017-07-30 Thread Greg Hutchinson
Thanks Johan - that link looks very helpful. On 30 July 2017 at 02:21, Johan Brichau wrote: > The Seaside book REST chapter should be deprecated or changed. > > Take a look here for the updated info: https://github.com/ > SeasideSt/Seaside/wiki/Seaside-REST > > Johan > > > On 30 Jul 2017, at 01

Re: [Pharo-users] Pharo Seaside RESTful services pragma question

2017-07-30 Thread Stephane Ducasse
Argh I will try to migrate it to Pillar for real. On Sun, Jul 30, 2017 at 10:21 AM, Johan Brichau wrote: > The Seaside book REST chapter should be deprecated or changed. > > Take a look here for the updated info: https://github.com/ > SeasideSt/Seaside/wiki/Seaside-REST > > Johan > > > On 30 Jul

Re: [Pharo-users] Pharo Seaside RESTful services pragma question

2017-07-30 Thread Johan Brichau
The Seaside book REST chapter should be deprecated or changed. Take a look here for the updated info: https://github.com/SeasideSt/Seaside/wiki/Seaside-REST Johan > On 30 Jul 2017, at 01:46, Greg Hutchinson > wrote: > > That worked -

Re: [Pharo-users] Pharo Seaside RESTful services pragma question

2017-07-29 Thread Greg Hutchinson
That worked - thanks very much. On 29 July 2017 at 16:13, Esteban A. Maringolo wrote: > Did you try setting the pragma in the list method? > Esteban A. Maringolo > > > 2017-07-28 18:40 GMT-03:00 Greg Hutchinson >: > > I am new to Pharo/Seaside and it has been a long time since I have used > >

Re: [Pharo-users] Pharo Seaside RESTful services pragma question

2017-07-29 Thread Esteban A. Maringolo
Did you try setting the pragma in the list method? Esteban A. Maringolo 2017-07-28 18:40 GMT-03:00 Greg Hutchinson : > I am new to Pharo/Seaside and it has been a long time since I have used > Smalltalk. I am trying to make a RESTful service and can’t get the pragmas > to work the way I think it

[Pharo-users] Pharo Seaside RESTful services pragma question

2017-07-28 Thread Greg Hutchinson
I am new to Pharo/Seaside and it has been a long time since I have used Smalltalk. I am trying to make a RESTful service and can’t get the pragmas to work the way I think it should. (This might be the problem already). Ie Here is my list method within class TeamMembers which is a direct subclas