I don't have such an image anymore :(

I guess Seaside and Seaside-Rest are enough (latest for both of them).

Franck

From: [email protected]
Date: Tue, 24 Nov 2015 13:45:14 -0300
To: [email protected]
Subject: Re: [Pharo-dev] Seaside REST on Pharo 50


On 24 Nov 2015, at 12:43, Franck Warlouzet <[email protected]> 
wrote:Hi,

We are currently using seaside, magritte, reef etc to do a project at school. 
We also have to do a mobile app (written in Java :(), so we are doing a REST 
service to access the database from the mobile app. 

We are working on Pharo 50, and we noticed that Seaside-REST is not working 
anymore. 
For simple get, it is ok, for example :

test
    <get>
    ^ 'foo'

but if you want to have a complete path like that :

test: aValue
    <get>
    <path: '/foo?value={aValue}'>
    ^ 'foo' 

You get a DNU RBVariableNode>>key during the route creating (Same on pharo 40 
is working).

Any idea why ? 

Can you provide an image where this happens? (just knowing what to load would 
take some effort else…)
        Marcus
                                          

Reply via email to