Hi there,
is Magritte supported under Seaside 3.0? I have installed Seaside to my fresh Pharo image (with ScriptLoader loadSeaside30) and Magritte (from http://source.lukas-renggli.ch/magritte.html), but when I call a Magritte component, I'll get some crippled code. Something like this: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd "><html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"><head><title>Seaside</title><meta http-equiv="Content-Type" content="text/html;charset=utf-8"/><meta http-equiv="Content-Script- Type" content="text/javascript"/><link rel="stylesheet" type="text/ css" href="/files/WADevelopmentFiles/development.css"/></head><body onload="onLoad()"><form accept-charset="utf-8" method="post" action="http://localhost:8080/PSPokus?_s=J8VKVMx6DTIp4WFM&_k=Jhc-5zS7flribpwY " class="magritte"><div><inpu In Seaside 2.8 works everything like a charm. So is there some special version of Magritte-Seaside for Seaside 3.0? Thanks, Martin Polák_______________________________________________ seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
I haven't tried Magritte in the very latest Seaside, but I have been
using Magritte without problems in the various Seaside 2.9 alpha versions. Pier does not work in any of the Seaside 2.9 or 3.0 versions, though. Lukas 2009/9/28 "M. Polák" <[hidden email]>: > Hi there, > is Magritte supported under Seaside 3.0? I have installed Seaside to > my fresh Pharo image (with ScriptLoader loadSeaside30) and Magritte (from > http://source.lukas-renggli.ch/magritte.html), but when I call a Magritte > component, I'll get some crippled code. Something like this: > > <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" > "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html > xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" > lang="en"><head><title>Seaside</title><meta http-equiv="Content-Type" > content="text/html;charset=utf-8"/><meta http-equiv="Content-Script-Type" > content="text/javascript"/><link rel="stylesheet" type="text/css" > href="/files/WADevelopmentFiles/development.css"/></head><body > onload="onLoad()"><form accept-charset="utf-8" method="post" > action="http://localhost:8080/PSPokus?_s=J8VKVMx6DTIp4WFM&_k=Jhc-5zS7flribpwY" > class="magritte"><div><inpu > > In Seaside 2.8 works everything like a charm. So is there some > special version of Magritte-Seaside for Seaside 3.0? > > Thanks, > Martin Polák_______________________________________________ > seaside mailing list > [hidden email] > http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside > -- Lukas Renggli http://www.lukas-renggli.ch _______________________________________________ seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
I am currently doing some work for a client to port Magritte and Pier
to Seaside 3.0 and also to VAST, but as Lukas says, the current released version does not work. I'm currently having to target 2.9a3 for a demo we're doing this week but I think I'll be updating to the latest Seaside code soon and I'll post more at that point. The ported code will be released back to the community. Julian On Mon, Sep 28, 2009 at 3:29 PM, Lukas Renggli <[hidden email]> wrote: > I haven't tried Magritte in the very latest Seaside, but I have been > using Magritte without problems in the various Seaside 2.9 alpha > versions. Pier does not work in any of the Seaside 2.9 or 3.0 > versions, though. > > Lukas > > 2009/9/28 "M. Polák" <[hidden email]>: >> Hi there, >> is Magritte supported under Seaside 3.0? I have installed Seaside to >> my fresh Pharo image (with ScriptLoader loadSeaside30) and Magritte (from >> http://source.lukas-renggli.ch/magritte.html), but when I call a Magritte >> component, I'll get some crippled code. Something like this: >> >> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" >> "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html >> xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" >> lang="en"><head><title>Seaside</title><meta http-equiv="Content-Type" >> content="text/html;charset=utf-8"/><meta http-equiv="Content-Script-Type" >> content="text/javascript"/><link rel="stylesheet" type="text/css" >> href="/files/WADevelopmentFiles/development.css"/></head><body >> onload="onLoad()"><form accept-charset="utf-8" method="post" >> action="http://localhost:8080/PSPokus?_s=J8VKVMx6DTIp4WFM&_k=Jhc-5zS7flribpwY" >> class="magritte"><div><inpu >> >> In Seaside 2.8 works everything like a charm. So is there some >> special version of Magritte-Seaside for Seaside 3.0? >> >> Thanks, >> Martin Polák_______________________________________________ >> seaside mailing list >> [hidden email] >> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside >> > > > > -- > Lukas Renggli > http://www.lukas-renggli.ch > _______________________________________________ > seaside mailing list > [hidden email] > http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside > seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
On Mon, Sep 28, 2009 at 12:40 PM, Julian Fitzell <[hidden email]> wrote: I am currently doing some work for a client to port Magritte and Pier Thanks Julian. These are excellent news. I am eager to port my app to Pier (1.3 ???) and Seaside 3.0 when this is available! Cheers, Mariano Julian _______________________________________________ seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
In reply to this post by Lukas Renggli
On 28.9.2009, at 15:29, Lukas Renggli wrote: > I haven't tried Magritte in the very latest Seaside, but I have been > using Magritte without problems in the various Seaside 2.9 alpha > versions. Pier does not work in any of the Seaside 2.9 or 3.0 > versions, though. > > Lukas > Thanks for reply. Problem now solved. It was my mistake - I'm using accented Czech chars and have selected wrong encoding. After restarting WAKom service with UTF-8, all problems gone away. Regards, Martin _______________________________________________ seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
2009/9/28, Martin Polák <[hidden email]>:
> > On 28.9.2009, at 15:29, Lukas Renggli wrote: > >> I haven't tried Magritte in the very latest Seaside, but I have been >> using Magritte without problems in the various Seaside 2.9 alpha >> versions. Pier does not work in any of the Seaside 2.9 or 3.0 >> versions, though. >> >> Lukas >> > > Thanks for reply. Problem now solved. It was my mistake - I'm using > accented Czech chars and have selected wrong encoding. After > restarting WAKom service with UTF-8, all problems gone away. WAKom with UTF-8 will represent accented Czech chars with two Character instances for each char. Cheers Philippe _______________________________________________ seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
2009/9/29, Philippe Marschall <[hidden email]>:
> 2009/9/28, Martin Polák <[hidden email]>: >> >> On 28.9.2009, at 15:29, Lukas Renggli wrote: >> >>> I haven't tried Magritte in the very latest Seaside, but I have been >>> using Magritte without problems in the various Seaside 2.9 alpha >>> versions. Pier does not work in any of the Seaside 2.9 or 3.0 >>> versions, though. >>> >>> Lukas >>> >> >> Thanks for reply. Problem now solved. It was my mistake - I'm using >> accented Czech chars and have selected wrong encoding. After >> restarting WAKom service with UTF-8, all problems gone away. > > WAKom with UTF-8 will represent accented Czech chars with two > Character instances for each char. Forget that, not in Seaside 3.0. Cheers Philippe _______________________________________________ seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
Free forum by Nabble | Edit this page |