Re: [Pharo-users] Problem to connect Seaside and Pharo

2015-10-26 Thread Justine STIENNE
Thank you for your help. You're right, I'm mixing instance and class side, I will revise it. I'm following the standard Pharo book. Justine 2015-10-26 9:31 GMT+01:00 Sven Van Caekenberghe : > > > On 26 Oct 2015, at 09:09, Justine STIENNE > wrote: > > > > Of course. Sorry to bother you but I'm a

Re: [Pharo-users] Problem to connect Seaside and Pharo

2015-10-26 Thread Sven Van Caekenberghe
> On 26 Oct 2015, at 09:09, Justine STIENNE wrote: > > Of course. Sorry to bother you but I'm a beginner. OK, no problem. You are mixing instance and class side. All your methods except #renderContentOn: should be on the class side. There should also be no super initialise on the class side.

Re: [Pharo-users] Problem to connect Seaside and Pharo

2015-10-26 Thread Justine STIENNE
Of course. Sorry to bother you but I'm a beginner. 2015-10-26 9:01 GMT+01:00 Sven Van Caekenberghe : > Could you do a File Out of your WAHelloWorld class code and show us ? > > > On 26 Oct 2015, at 08:58, Justine STIENNE > wrote: > > > > I have just done it. And now, on 'http://localhost:8080/co

Re: [Pharo-users] Problem to connect Seaside and Pharo

2015-10-26 Thread Sven Van Caekenberghe
Could you do a File Out of your WAHelloWorld class code and show us ? > On 26 Oct 2015, at 08:58, Justine STIENNE wrote: > > I have just done it. And now, on 'http://localhost:8080/config/hello' , I can > choose 'a WAHelloWorld', but not 'WAHelloWorld'. > When I go to 'http://localhost:8080/hel

Re: [Pharo-users] Problem to connect Seaside and Pharo

2015-10-26 Thread Justine STIENNE
I have just done it. And now, on 'http://localhost:8080/config/hello' , I can choose 'a WAHelloWorld', but not 'WAHelloWorld'. When I go to 'http://localhost:8080/hello', I have : MessageNotUnderstood: WAHelloWorld>>new Your request could not be completed. An exception occurred. Thanks in advanc

Re: [Pharo-users] Problem to connect Seaside and Pharo

2015-10-25 Thread Sven Van Caekenberghe
You have to do (Do it) the #initialize as well, like MyExample initialize. Or browse the method and highlight the body and evaluate it (Do it). > On 25 Oct 2015, at 20:00, Justine STIENNE wrote: > > Oh sorry it was not for this conversation. I tried to do what you said, but > it doesn't work

Re: [Pharo-users] Problem to connect Seaside and Pharo

2015-10-25 Thread Justine STIENNE
Oh sorry it was not for this conversation. I tried to do what you said, but it doesn't work again. Justine 2015-10-25 19:55 GMT+01:00 Justine STIENNE : > The installation is ok ! :-) But i cant open the file bak that you give me > :-/ > > 2015-10-25 18:53 GMT+01:00 Sven Van Caekenberghe : > >> H

Re: [Pharo-users] Problem to connect Seaside and Pharo

2015-10-25 Thread Justine STIENNE
The installation is ok ! :-) But i cant open the file bak that you give me :-/ 2015-10-25 18:53 GMT+01:00 Sven Van Caekenberghe : > Hi, > > > On 25 Oct 2015, at 18:46, Justine STIENNE > wrote: > > > > Hello, > > > > I have a problem to connect Seaside and Pharo. I explain : > > > > ZnZincServerA

Re: [Pharo-users] Problem to connect Seaside and Pharo

2015-10-25 Thread Sven Van Caekenberghe
Hi, > On 25 Oct 2015, at 18:46, Justine STIENNE wrote: > > Hello, > > I have a problem to connect Seaside and Pharo. I explain : > > ZnZincServerAdaptor is running. When I open localhost:8080, it works. When I > want to configure a new entry, I can't find the class that I made on Pharo. I >

[Pharo-users] Problem to connect Seaside and Pharo

2015-10-25 Thread Justine STIENNE
Hello, I have a problem to connect Seaside and Pharo. I explain : ZnZincServerAdaptor is running. When I open localhost:8080, it works. When I want to configure a new entry, I can't find the class that I made on Pharo. I have put the method canBeRoot with true as return value on a class but I can