REST / own Generator

2009-11-24 Thread Johannes Lichtenberger
Hello, I'm not sure if it's the right mailing list. I've got a simple sitemap of the form: !-- controller ~~~ -- map:pipeline map:match pattern=gearth controller:call controller=rest-controller

REST / own Generator

2009-11-24 Thread Johannes Lichtenberger
Hello, I'm not sure if it's the right mailing list. I've got a simple sitemap of the form: !-- controller ~~~ -- map:pipeline map:match pattern=gearth controller:call controller=rest-controller

Re: REST / own Generator

2009-11-24 Thread Jos Snellings
Hi Johannes, Supposing your url is :gearth/parameter1?rp=parameter2 Get a sitemap parameter: match=gearth/{mGearth} controller:call controller=rest-controller select=myclass map:parameter name=mGearth value={map:mGearth}/ /controller:call In your controller code you can declare a