integration with non-seaside web site

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

integration with non-seaside web site

cbeler
Hi

Basically what I want to do is to edit a specific object with seaside,
but the editor will be called by another site not developped in seaside.

My objects are from an event class, let's say they have two inst var,
gpsPosition and identifier.

I use Magritte to get the editor...  anEvent asComponent... in squeak
but what I'd like to do is to display events on a map, then clicking on
one of them should bring an editor or a viewer... But for that, I need
to provide an URL to the map developer

I was thinking on using something like:

<a href="http://mySite:myPort/seaside/eventEditor/1234">http://mySite:myPort/seaside/eventEditor/1234   (1234 is a sample
identifier...)

Is it possible to do that (maybe by adding fonctionalities in WAUrl or
WARequest...)
or do you see a better way ?


Thank you
Cédrick

_______________________________________________
Seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
Reply | Threaded
Open this post in threaded view
|

Re: integration with non-seaside web site

Richard Huxton
Cédrick Béler wrote:
> Hi
>
> Basically what I want to do is to edit a specific object with seaside,
> but the editor will be called by another site not developped in seaside.

> <a href="http://mySite:myPort/seaside/eventEditor/1234">http://mySite:myPort/seaside/eventEditor/1234   (1234 is a sample
> identifier...)

If you search the archives for a subject of "Static link to get
variables" - I think this was discussed a few days ago.

HTH
--
   Richard Huxton
   Archonet Ltd

_______________________________________________
Seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside