Seaside not loading css styles (but our fault)

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

Seaside not loading css styles (but our fault)

Mariano Martinez Peck
Hi seasiders. We are doing some experiments to export/import seaside packages and one strange thing we noticed is that after materialization, when we start seaside, it has none style.

Look at the attached screenshot. Do you know some problem we may be having? some class var not being initialized, or reinitialized or whatever?  where are the styles stored? (so that I can check whether we are serializing that or not).

Thanks in advance

--
Mariano
http://marianopeck.wordpress.com


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

Screen shot 2011-09-21 at 7.04.41 PM.png (145K) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: Seaside not loading css styles (but our fault)

Sven Van Caekenberghe

On 21 Sep 2011, at 19:06, Mariano Martinez Peck wrote:

> Hi seasiders. We are doing some experiments to export/import seaside packages and one strange thing we noticed is that after materialization, when we start seaside, it has none style.
>
> Look at the attached screenshot. Do you know some problem we may be having? some class var not being initialized, or reinitialized or whatever?  where are the styles stored? (so that I can check whether we are serializing that or not).

The CSS etc for the WAWelcome page are in WAWelcomeFiles of which there is one instance in the #default class instance variable.

Sven

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

Re: Seaside not loading css styles (but our fault)

John McKeon
In reply to this post by Mariano Martinez Peck
Hello Mariano,
See WAWelcome and WAWelcomeFiles

On Wed, Sep 21, 2011 at 1:06 PM, Mariano Martinez Peck <[hidden email]> wrote:
Hi seasiders. We are doing some experiments to export/import seaside packages and one strange thing we noticed is that after materialization, when we start seaside, it has none style.

Look at the attached screenshot. Do you know some problem we may be having? some class var not being initialized, or reinitialized or whatever?  where are the styles stored? (so that I can check whether we are serializing that or not).

Thanks in advance

--
Mariano
http://marianopeck.wordpress.com


_______________________________________________
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
Reply | Threaded
Open this post in threaded view
|

Re: Seaside not loading css styles (but our fault)

Mariano Martinez Peck
Thanks guys...I will see which is the problem. It seems something with class variables and #initialize ;)

On Wed, Sep 21, 2011 at 7:20 PM, John McKeon <[hidden email]> wrote:
Hello Mariano,
See WAWelcome and WAWelcomeFiles

On Wed, Sep 21, 2011 at 1:06 PM, Mariano Martinez Peck <[hidden email]> wrote:
Hi seasiders. We are doing some experiments to export/import seaside packages and one strange thing we noticed is that after materialization, when we start seaside, it has none style.

Look at the attached screenshot. Do you know some problem we may be having? some class var not being initialized, or reinitialized or whatever?  where are the styles stored? (so that I can check whether we are serializing that or not).

Thanks in advance

--
Mariano
http://marianopeck.wordpress.com


_______________________________________________
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




--
Mariano
http://marianopeck.wordpress.com


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

Re: Seaside not loading css styles (but our fault)

sebastianconcept@gmail.co
In reply to this post by Mariano Martinez Peck

On Sep 21, 2011, at 2:06 PM, Mariano Martinez Peck wrote:

Hi seasiders. We are doing some experiments to export/import seaside packages 

Hi Mariano,

seaside packages or just monticello packages?


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

Re: Seaside not loading css styles (but our fault)

Mariano Martinez Peck


On Wed, Sep 21, 2011 at 7:32 PM, Sebastian Sastre <[hidden email]> wrote:

On Sep 21, 2011, at 2:06 PM, Mariano Martinez Peck wrote:

Hi seasiders. We are doing some experiments to export/import seaside packages 

Hi Mariano,

seaside packages or just monticello packages?

Of course, the idea is monticello packages. But this is just the very very very first step of a large work. To start our experiment, we have started with Seaside.

 

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




--
Mariano
http://marianopeck.wordpress.com


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

Re: Seaside not loading css styles (but our fault)

sebastianconcept@gmail.co
On Sep 21, 2011, at 2:36 PM, Mariano Martinez Peck wrote:

Of course, the idea is monticello packages. 

sounds great




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

Re: Seaside not loading css styles (but our fault)

Mariano Martinez Peck
In reply to this post by Sven Van Caekenberghe


On Wed, Sep 21, 2011 at 7:20 PM, Sven Van Caekenberghe <[hidden email]> wrote:

On 21 Sep 2011, at 19:06, Mariano Martinez Peck wrote:

> Hi seasiders. We are doing some experiments to export/import seaside packages and one strange thing we noticed is that after materialization, when we start seaside, it has none style.
>
> Look at the attached screenshot. Do you know some problem we may be having? some class var not being initialized, or reinitialized or whatever?  where are the styles stored? (so that I can check whether we are serializing that or not).

The CSS etc for the WAWelcome page are in WAWelcomeFiles of which there is one instance in the #default class instance variable.


Hi guys. I cannot still solve this problem :(
We are loading the code with Fuel so imaging we are materializing classes, method dictionaries, compiled methods, etc...All we do is to (I guess) correctly send class side #initialize.
However, it seems something is wrong with the styles. Do I need to do something else to get the styles? I have checked Metacello to see if there is a postLoadDoIt that does that but I didn't find anything.  What is wierd is that if I execute, for example,

WAKomEncoded startOn: 4444

WAWelcomeFiles default backgroundJpg
I get

 #[255 216 255 224 0 16 74 70 73 70 0 1 1 1 0 72 0 72 0 0 255 254 0 28 67 114 101 97 116 101 100 32 119 105 116 104 32 71 73 77 80 32 111 110 32 97 32 77 97 99 255 219 0 67 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 255 219 0 67 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 255 192 0 17 8 0 10 3 138 3 1 34 0 2 17 1 3 17 1 255 196 0 25 0 1 0 3 1 1 0 0 0 0 0 0 0 0 0 0 0 0 6 7 8 5 10 255 196 0 29 16 1 0 1 4 3 1 0 0 0 0 0 0 0 0 0 0 0 6 4 7 54 118 5 53 181 183 255 196 0 23 1 1 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 6 4 5 255 196 0 32 17 1 0 1 2 6 3 0 0 0 0 0 0 0 0 0 0 0 1 3 4 5 51 52 114 115 178 2 193 194 255 218 0 12 3 1 0 2 17 3 17 0 63 0 247 139 23 239 46 62 231 67 243 200 26 102 134 69 251 203 143 185 208 252 242 6 153 128 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 10 114 226 101 208 253 114 111 233 192 215 26 156 184 153 116 63 92 155 250 112 54 171 45 93 191 36 123 100 191 210 87 217 245 14 16 10 228 144 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 2 57 49 196 101 58 231 57 230 85 53 27 46 76 113 25 78 185 206 121 149 77 70 224 99 57 148 54 121 246 133 6 15 149 91 146 58 195 255 217]

And the same with all the methods of WAWelcomeFiles.

Any clues of what can be the problem ?

Thanks!
 
Sven

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



--
Mariano
http://marianopeck.wordpress.com


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

Re: Seaside not loading css styles (but our fault)

Lukas Renggli
> WAWelcomeFiles default backgroundJpg
> I get
>
>  #[255 216 255 224 0 16 74 70 73 70 0 1 1 1 0 72 0 72 0 0 255 254 0 28 67
> 114 101 97 116 101 100 32 119 105 116 104 32 71 73 77 80 32 111 110 32 97 32
> 77 97 99 255 219 0 67 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1
> 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1
> 255 219 0 67 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1
> 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 255 192 0
> 17 8 0 10 3 138 3 1 34 0 2 17 1 3 17 1 255 196 0 25 0 1 0 3 1 1 0 0 0 0 0 0
> 0 0 0 0 0 0 6 7 8 5 10 255 196 0 29 16 1 0 1 4 3 1 0 0 0 0 0 0 0 0 0 0 0 6 4
> 7 54 118 5 53 181 183 255 196 0 23 1 1 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 6 4 5
> 255 196 0 32 17 1 0 1 2 6 3 0 0 0 0 0 0 0 0 0 0 0 1 3 4 5 51 52 114 115 178
> 2 193 194 255 218 0 12 3 1 0 2 17 3 17 0 63 0 247 139 23 239 46 62 231 67
> 243 200 26 102 134 69 251 203 143 185 208 252 242 6 153 128 0 0 0 0 0 0 0 0
> 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
> 0 0 0 0 0 0 0 0 0 0 0 0 10 114 226 101 208 253 114 111 233 192 215 26 156
> 184 153 116 63 92 155 250 112 54 171 45 93 191 36 123 100 191 210 87 217 245
> 14 16 10 228 144 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 2 57 49 196 101 58
> 231 57 230 85 53 27 46 76 113 25 78 185 206 121 149 77 70 224 99 57 148 54
> 121 246 133 6 15 149 91 146 58 195 255 217]

I get the same.

> And the same with all the methods of WAWelcomeFiles.

Are you saying you get the same data for all files?

> Any clues of what can be the problem ?

Likely there is something messed up with the configurations.

You can reinitialize all code with the following Gofer helper:

     WADevelopment reinitializePackages: WADevelopment allPackages

Similarly, you can see if there are any code differences:

     WADevelopment localPackageChanges: WADevelopment allPackages

Lukas

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

Re: Seaside not loading css styles (but our fault)

Mariano Martinez Peck


> And the same with all the methods of WAWelcomeFiles.

Are you saying you get the same data for all files?


No sorry. I wanted to say that WAWelcomeFIles is correct and whatever I ask, it is correct.

 
> Any clues of what can be the problem ?

Likely there is something messed up with the configurations.

You can reinitialize all code with the following Gofer helper:

    WADevelopment reinitializePackages: WADevelopment allPackages

Similarly, you can see if there are any code differences:

    WADevelopment localPackageChanges: WADevelopment allPackages


That's doesn't help, because I am NOT loading seaside with Metacello/Gofer/Monticello/MZC. Instead, we are experimenting with Fuel ;)
So...I am sure there must be a problem somewhere in our code, but I cannot understand what.

Thanks in advance,
 
Lukas

--
Lukas Renggli
www.lukas-renggli.ch
_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside



--
Mariano
http://marianopeck.wordpress.com


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

Re: Seaside not loading css styles (but our fault)

Mariano Martinez Peck
Well...

http://localhost:2323/

->

[22:50:51.466] GET http://localhost:2323/ [HTTP/1.1 200 OK 4ms]
[22:50:51.513] GET http://localhost:2323/files/JQDeploymentLibrary/jQuery.js [HTTP/1.1 404 Not Found 2ms]
[22:50:51.522] GET http://localhost:2323/files/JQUiDeploymentLibrary/jQueryUi.js [HTTP/1.1 404 Not Found 12ms]
[22:50:51.528] GET https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.16/themes/ui-lightness/jquery-ui.css [HTTP/1.1 304 Not Modified 85ms]
[22:50:51.535] GET http://localhost:2323/files/WAWelcomeFiles/welcome.css [HTTP/1.1 404 Not Found 24ms]
[22:50:51.554] GET http://localhost:2323/files/WAWelcomeFiles/syntaxHighlighting.css [HTTP/1.1 404 Not Found 36ms]
[22:50:51.571] GET http://localhost:2323/files/WADevelopmentFiles/development.css [HTTP/1.1 404 Not Found 37ms]
[22:50:51.633] Error in parsing value for 'filter'.  Declaration dropped. @ https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.16/themes/ui-lightness/jquery-ui.css:22
[22:50:51.709] Unknown property 'zoom'.  Declaration dropped. @ https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.16/themes/ui-lightness/jquery-ui.css:330
[22:50:51.822] GET http://localhost:2323/files/JQUiDeploymentLibrary/jQueryUi.js [HTTP/1.1 404 Not Found 1ms]
[22:50:51.881] GET http://localhost:2323/files/WAWelcomeFiles/welcome.css [HTTP/1.1 404 Not Found 1ms]
[22:50:51.892] GET http://localhost:2323/files/WAWelcomeFiles/syntaxHighlighting.css [HTTP/1.1 404 Not Found 12ms]
[22:50:51.903] GET http://localhost:2323/files/WADevelopmentFiles/development.css [HTTP/1.1 404 Not Found 23ms]


And if I go to http://localhost:2323/files   I see NOTHING. EMPTY.

...

On Thu, Sep 22, 2011 at 10:49 PM, Mariano Martinez Peck <[hidden email]> wrote:


> And the same with all the methods of WAWelcomeFiles.

Are you saying you get the same data for all files?


No sorry. I wanted to say that WAWelcomeFIles is correct and whatever I ask, it is correct.

 
> Any clues of what can be the problem ?

Likely there is something messed up with the configurations.

You can reinitialize all code with the following Gofer helper:

    WADevelopment reinitializePackages: WADevelopment allPackages

Similarly, you can see if there are any code differences:

    WADevelopment localPackageChanges: WADevelopment allPackages


That's doesn't help, because I am NOT loading seaside with Metacello/Gofer/Monticello/MZC. Instead, we are experimenting with Fuel ;)
So...I am sure there must be a problem somewhere in our code, but I cannot understand what.

Thanks in advance,
 
Lukas

--
Lukas Renggli
www.lukas-renggli.ch
_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside





--
Mariano
http://marianopeck.wordpress.com


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

Re: Seaside not loading css styles (but our fault)

Lukas Renggli
In reply to this post by Mariano Martinez Peck
>> > Any clues of what can be the problem ?
>>
>> Likely there is something messed up with the configurations.
>>
>> You can reinitialize all code with the following Gofer helper:
>>
>>     WADevelopment reinitializePackages: WADevelopment allPackages
>>
>> Similarly, you can see if there are any code differences:
>>
>>     WADevelopment localPackageChanges: WADevelopment allPackages
>
> That's doesn't help, because I am NOT loading seaside with
> Metacello/Gofer/Monticello/MZC. Instead, we are experimenting with Fuel ;)
> So...I am sure there must be a problem somewhere in our code, but I cannot
> understand what.

Sure, the two above expressions do not care how the code is loaded.
They only care about everything being there as it should. If they do
not work I doubt that anything is going to work.

Did you try running the tests?

Lukas

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

Re: Seaside not loading css styles (but our fault)

Lukas Renggli
In reply to this post by Mariano Martinez Peck
> And if I go to http://localhost:2323/files   I see NOTHING. EMPTY.

There is no point in shouting.

Did you run the tests?

Lukas

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

Re: Seaside not loading css styles (but our fault)

Dale Henrichs
In reply to this post by Mariano Martinez Peck
Mariano,

Seaside is pretty touchy when it comes to initialization sequence ... I have had occasion to try to reset the state of Seaside after it has been loaded and initialized and it can be a frustrating process...

Here's the list that i was using at one point in time:
|                         WAAdmin clearAll.
|                         WAAdmin reset.
|                         WAEnvironment reset.
|                         WASharedConfiguration initialize.
|                         WAEnvironment initialize.

After this I think that the components have to be registered again ...

This might help...

Dale

----- Original Message -----
| From: "Mariano Martinez Peck" <[hidden email]>
| To: "Seaside - general discussion" <[hidden email]>
| Sent: Thursday, September 22, 2011 1:58:34 PM
| Subject: Re: [Seaside] Seaside not loading css styles (but our fault)
|
|
| Well...
|
| http://localhost:2323/
|
| ->
|
| [22:50:51.466] GET http://localhost:2323/ [HTTP/1.1 200 OK 4ms]
| [22:50:51.513] GET
| http://localhost:2323/files/JQDeploymentLibrary/jQuery.js [HTTP/1.1
| 404 Not Found 2ms]
| [22:50:51.522] GET
| http://localhost:2323/files/JQUiDeploymentLibrary/jQueryUi.js
| [HTTP/1.1 404 Not Found 12ms]
| [22:50:51.528] GET
| https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.16/themes/ui-lightness/jquery-ui.css
| [HTTP/1.1 304 Not Modified 85ms]
| [22:50:51.535] GET
| http://localhost:2323/files/WAWelcomeFiles/welcome.css [HTTP/1.1 404
| Not Found 24ms]
| [22:50:51.554] GET
| http://localhost:2323/files/WAWelcomeFiles/syntaxHighlighting.css
| [HTTP/1.1 404 Not Found 36ms]
| [22:50:51.571] GET
| http://localhost:2323/files/WADevelopmentFiles/development.css
| [HTTP/1.1 404 Not Found 37ms]
| [22:50:51.633] Error in parsing value for 'filter'. Declaration
| dropped. @
| https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.16/themes/ui-lightness/jquery-ui.css:22
| [22:50:51.709] Unknown property 'zoom'. Declaration dropped. @
| https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.16/themes/ui-lightness/jquery-ui.css:330
| [22:50:51.822] GET
| http://localhost:2323/files/JQUiDeploymentLibrary/jQueryUi.js
| [HTTP/1.1 404 Not Found 1ms]
| [22:50:51.881] GET
| http://localhost:2323/files/WAWelcomeFiles/welcome.css [HTTP/1.1 404
| Not Found 1ms]
| [22:50:51.892] GET
| http://localhost:2323/files/WAWelcomeFiles/syntaxHighlighting.css
| [HTTP/1.1 404 Not Found 12ms]
| [22:50:51.903] GET
| http://localhost:2323/files/WADevelopmentFiles/development.css
| [HTTP/1.1 404 Not Found 23ms]
|
|
| And if I go to http://localhost:2323/files I see NOTHING. EMPTY.
|
| ...
|
|
| On Thu, Sep 22, 2011 at 10:49 PM, Mariano Martinez Peck <
| [hidden email] > wrote:
|
|
|
|
|
|
|
|
|
| > And the same with all the methods of WAWelcomeFiles.
|
| Are you saying you get the same data for all files?
|
|
|
|
| No sorry. I wanted to say that WAWelcomeFIles is correct and whatever
| I ask, it is correct.
|
|
|
|
|
| > Any clues of what can be the problem ?
|
| Likely there is something messed up with the configurations.
|
| You can reinitialize all code with the following Gofer helper:
|
| WADevelopment reinitializePackages: WADevelopment allPackages
|
| Similarly, you can see if there are any code differences:
|
| WADevelopment localPackageChanges: WADevelopment allPackages
|
|
|
| That's doesn't help, because I am NOT loading seaside with
| Metacello/Gofer/Monticello/MZC. Instead, we are experimenting with
| Fuel ;)
| So...I am sure there must be a problem somewhere in our code, but I
| cannot understand what.
|
| Thanks in advance,
|
|
|
| Lukas
|
| --
| Lukas Renggli
| www.lukas-renggli.ch
|
|
|
| _______________________________________________
| seaside mailing list
| [hidden email]
| http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
|
|
|
|
|
|
| --
| Mariano
| http://marianopeck.wordpress.com
|
|
|
|
| --
| Mariano
| http://marianopeck.wordpress.com
|
|
| _______________________________________________
| 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
Reply | Threaded
Open this post in threaded view
|

Re: Seaside not loading css styles (but our fault)

Diogenes Moreira
Tal vez, mariano necesita exportar y materializar los colaboradores de la Clase WAAdmin

Perhaps.. mariano need. export and materialize  WAAdmin Class Side collaborators, where are registered the entry points..

Remember Mariano Work in a  Fuel experiment.. 

best..

http://about.me/diogenes.moreira


On Thu, Sep 22, 2011 at 6:40 PM, Dale Henrichs <[hidden email]> wrote:
Mariano,

Seaside is pretty touchy when it comes to initialization sequence ... I have had occasion to try to reset the state of Seaside after it has been loaded and initialized and it can be a frustrating process...

Here's the list that i was using at one point in time:
|                         WAAdmin clearAll.
|                         WAAdmin reset.
|                         WAEnvironment reset.
|                         WASharedConfiguration initialize.
|                         WAEnvironment initialize.

After this I think that the components have to be registered again ...

This might help...

Dale

----- Original Message -----
| From: "Mariano Martinez Peck" <[hidden email]>
| To: "Seaside - general discussion" <[hidden email]>
| Sent: Thursday, September 22, 2011 1:58:34 PM
| Subject: Re: [Seaside] Seaside not loading css styles (but our fault)
|
|
| Well...
|
| http://localhost:2323/
|
| ->
|
| [22:50:51.466] GET http://localhost:2323/ [HTTP/1.1 200 OK 4ms]
| [22:50:51.513] GET
| http://localhost:2323/files/JQDeploymentLibrary/jQuery.js [HTTP/1.1
| 404 Not Found 2ms]
| [22:50:51.522] GET
| http://localhost:2323/files/JQUiDeploymentLibrary/jQueryUi.js
| [HTTP/1.1 404 Not Found 12ms]
| [22:50:51.528] GET
| https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.16/themes/ui-lightness/jquery-ui.css
| [HTTP/1.1 304 Not Modified 85ms]
| [22:50:51.535] GET
| http://localhost:2323/files/WAWelcomeFiles/welcome.css [HTTP/1.1 404
| Not Found 24ms]
| [22:50:51.554] GET
| http://localhost:2323/files/WAWelcomeFiles/syntaxHighlighting.css
| [HTTP/1.1 404 Not Found 36ms]
| [22:50:51.571] GET
| http://localhost:2323/files/WADevelopmentFiles/development.css
| [HTTP/1.1 404 Not Found 37ms]
| [22:50:51.633] Error in parsing value for 'filter'. Declaration
| dropped. @
| https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.16/themes/ui-lightness/jquery-ui.css:22
| [22:50:51.709] Unknown property 'zoom'. Declaration dropped. @
| https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.16/themes/ui-lightness/jquery-ui.css:330
| [22:50:51.822] GET
| http://localhost:2323/files/JQUiDeploymentLibrary/jQueryUi.js
| [HTTP/1.1 404 Not Found 1ms]
| [22:50:51.881] GET
| http://localhost:2323/files/WAWelcomeFiles/welcome.css [HTTP/1.1 404
| Not Found 1ms]
| [22:50:51.892] GET
| http://localhost:2323/files/WAWelcomeFiles/syntaxHighlighting.css
| [HTTP/1.1 404 Not Found 12ms]
| [22:50:51.903] GET
| http://localhost:2323/files/WADevelopmentFiles/development.css
| [HTTP/1.1 404 Not Found 23ms]
|
|
| And if I go to http://localhost:2323/files I see NOTHING. EMPTY.
|
| ...
|
|
| On Thu, Sep 22, 2011 at 10:49 PM, Mariano Martinez Peck <
| [hidden email] > wrote:
|
|
|
|
|
|
|
|
|
| > And the same with all the methods of WAWelcomeFiles.
|
| Are you saying you get the same data for all files?
|
|
|
|
| No sorry. I wanted to say that WAWelcomeFIles is correct and whatever
| I ask, it is correct.
|
|
|
|
|
| > Any clues of what can be the problem ?
|
| Likely there is something messed up with the configurations.
|
| You can reinitialize all code with the following Gofer helper:
|
| WADevelopment reinitializePackages: WADevelopment allPackages
|
| Similarly, you can see if there are any code differences:
|
| WADevelopment localPackageChanges: WADevelopment allPackages
|
|
|
| That's doesn't help, because I am NOT loading seaside with
| Metacello/Gofer/Monticello/MZC. Instead, we are experimenting with
| Fuel ;)
| So...I am sure there must be a problem somewhere in our code, but I
| cannot understand what.
|
| Thanks in advance,
|
|
|
| Lukas
|
| --
| Lukas Renggli
| www.lukas-renggli.ch
|
|
|
| _______________________________________________
| seaside mailing list
| [hidden email]
| http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
|
|
|
|
|
|
| --
| Mariano
| http://marianopeck.wordpress.com
|
|
|
|
| --
| Mariano
| http://marianopeck.wordpress.com
|
|
| _______________________________________________
| 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


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

Re: Seaside not loading css styles (but our fault)

Philippe Marschall
In reply to this post by Mariano Martinez Peck
2011/9/22 Mariano Martinez Peck <[hidden email]>:

> Well...
>
> http://localhost:2323/
>
> ->
>
> [22:50:51.466] GET http://localhost:2323/ [HTTP/1.1 200 OK 4ms]
> [22:50:51.513] GET http://localhost:2323/files/JQDeploymentLibrary/jQuery.js
> [HTTP/1.1 404 Not Found 2ms]
> [22:50:51.522] GET
> http://localhost:2323/files/JQUiDeploymentLibrary/jQueryUi.js [HTTP/1.1 404
> Not Found 12ms]
> [22:50:51.528] GET
> https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.16/themes/ui-lightness/jquery-ui.css
> [HTTP/1.1 304 Not Modified 85ms]
> [22:50:51.535] GET http://localhost:2323/files/WAWelcomeFiles/welcome.css
> [HTTP/1.1 404 Not Found 24ms]
> [22:50:51.554] GET
> http://localhost:2323/files/WAWelcomeFiles/syntaxHighlighting.css [HTTP/1.1
> 404 Not Found 36ms]
> [22:50:51.571] GET
> http://localhost:2323/files/WADevelopmentFiles/development.css [HTTP/1.1 404
> Not Found 37ms]
> [22:50:51.633] Error in parsing value for 'filter'.  Declaration dropped. @
> https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.16/themes/ui-lightness/jquery-ui.css:22
> [22:50:51.709] Unknown property 'zoom'.  Declaration dropped. @
> https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.16/themes/ui-lightness/jquery-ui.css:330
> [22:50:51.822] GET
> http://localhost:2323/files/JQUiDeploymentLibrary/jQueryUi.js [HTTP/1.1 404
> Not Found 1ms]
> [22:50:51.881] GET http://localhost:2323/files/WAWelcomeFiles/welcome.css
> [HTTP/1.1 404 Not Found 1ms]
> [22:50:51.892] GET
> http://localhost:2323/files/WAWelcomeFiles/syntaxHighlighting.css [HTTP/1.1
> 404 Not Found 12ms]
> [22:50:51.903] GET
> http://localhost:2323/files/WADevelopmentFiles/development.css [HTTP/1.1 404
> Not Found 23ms]
>
>
> And if I go to http://localhost:2323/files   I see NOTHING. EMPTY.

You'll have to debug, the call three should look something like this:
HttpService
  WAComancheAdaptor
    WADispatcher
      WAFileHandler

There are unfortunately several class instance variables involved :-(

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

Re: Seaside not loading css styles (but our fault)

tinchodias
Hey! good news :) The styles are fine with latest version (of fuel package loader). We was doing something wrong when materializing classes.

Now... we have some red tests in Seaside, and even worse, a test in Swazoo crashes my VM... so we have more debug to do!

Thank you very much for your help. 

Martín

On Fri, Sep 23, 2011 at 2:09 AM, Philippe Marschall <[hidden email]> wrote:
2011/9/22 Mariano Martinez Peck <[hidden email]>:
> Well...
>
> http://localhost:2323/
>
> ->
>
> [22:50:51.466] GET http://localhost:2323/ [HTTP/1.1 200 OK 4ms]
> [22:50:51.513] GET http://localhost:2323/files/JQDeploymentLibrary/jQuery.js
> [HTTP/1.1 404 Not Found 2ms]
> [22:50:51.522] GET
> http://localhost:2323/files/JQUiDeploymentLibrary/jQueryUi.js [HTTP/1.1 404
> Not Found 12ms]
> [22:50:51.528] GET
> https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.16/themes/ui-lightness/jquery-ui.css
> [HTTP/1.1 304 Not Modified 85ms]
> [22:50:51.535] GET http://localhost:2323/files/WAWelcomeFiles/welcome.css
> [HTTP/1.1 404 Not Found 24ms]
> [22:50:51.554] GET
> http://localhost:2323/files/WAWelcomeFiles/syntaxHighlighting.css [HTTP/1.1
> 404 Not Found 36ms]
> [22:50:51.571] GET
> http://localhost:2323/files/WADevelopmentFiles/development.css [HTTP/1.1 404
> Not Found 37ms]
> [22:50:51.633] Error in parsing value for 'filter'.  Declaration dropped. @
> https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.16/themes/ui-lightness/jquery-ui.css:22
> [22:50:51.709] Unknown property 'zoom'.  Declaration dropped. @
> https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.16/themes/ui-lightness/jquery-ui.css:330
> [22:50:51.822] GET
> http://localhost:2323/files/JQUiDeploymentLibrary/jQueryUi.js [HTTP/1.1 404
> Not Found 1ms]
> [22:50:51.881] GET http://localhost:2323/files/WAWelcomeFiles/welcome.css
> [HTTP/1.1 404 Not Found 1ms]
> [22:50:51.892] GET
> http://localhost:2323/files/WAWelcomeFiles/syntaxHighlighting.css [HTTP/1.1
> 404 Not Found 12ms]
> [22:50:51.903] GET
> http://localhost:2323/files/WADevelopmentFiles/development.css [HTTP/1.1 404
> Not Found 23ms]
>
>
> And if I go to http://localhost:2323/files   I see NOTHING. EMPTY.

You'll have to debug, the call three should look something like this:
HttpService
 WAComancheAdaptor
   WADispatcher
     WAFileHandler

There are unfortunately several class instance variables involved :-(

Cheers
Philippe
_______________________________________________
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
Reply | Threaded
Open this post in threaded view
|

Re: Seaside not loading css styles (but our fault)

Lukas Renggli
Cool.

Don't use Swazoo, it doesn't work and some tests are broken. Use Kom or Zinc.

Lukas

On Friday, 23 September 2011, Martin Dias <[hidden email]> wrote:
> Hey! good news :) The styles are fine with latest version (of fuel package loader). We was doing something wrong when materializing classes.
> Now... we have some red tests in Seaside, and even worse, a test in Swazoo crashes my VM... so we have more debug to do!
> Thank you very much for your help. 
> Martín
>
> On Fri, Sep 23, 2011 at 2:09 AM, Philippe Marschall <[hidden email]> wrote:
>>
>> 2011/9/22 Mariano Martinez Peck <[hidden email]>:
>> > Well...
>> >
>> > http://localhost:2323/
>> >
>> > ->
>> >
>> > [22:50:51.466] GET http://localhost:2323/ [HTTP/1.1 200 OK 4ms]
>> > [22:50:51.513] GET http://localhost:2323/files/JQDeploymentLibrary/jQuery.js
>> > [HTTP/1.1 404 Not Found 2ms]
>> > [22:50:51.522] GET
>> > http://localhost:2323/files/JQUiDeploymentLibrary/jQueryUi.js [HTTP/1.1 404
>> > Not Found 12ms]
>> > [22:50:51.528] GET
>> > https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.16/themes/ui-lightness/jquery-ui.css
>> > [HTTP/1.1 304 Not Modified 85ms]
>> > [22:50:51.535] GET http://localhost:2323/files/WAWelcomeFiles/welcome.css
>> > [HTTP/1.1 404 Not Found 24ms]
>> > [22:50:51.554] GET
>> > http://localhost:2323/files/WAWelcomeFiles/syntaxHighlighting.css [HTTP/1.1
>> > 404 Not Found 36ms]
>> > [22:50:51.571] GET
>> > http://localhost:2323/files/WADevelopmentFiles/development.css [HTTP/1.1 404
>> > Not Found 37ms]
>> > [22:50:51.633] Error in parsing value for 'filter'.  Declaration dropped. @
>> > https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.16/themes/ui-lightness/jquery-ui.css:22
>> > [22:50:51.709] Unknown property 'zoom'.  Declaration dropped. @
>> > https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.16/themes/ui-lightness/jquery-ui.css:330
>> > [22:50:51.822] GET
>> > http://localhost:2323/files/JQUiDeploymentLibrary/jQueryUi.js [HTTP/1.1 404
>> > Not Found 1ms]
>> > [22:50:51.881] GET http://localhost:2323/files/WAWelcomeFiles/welcome.css
>> > [HTTP/1.1 404 Not Found 1ms]
>> > [22:50:51.892] GET
>> > http://localhost:2323/files/WAWelcomeFiles/syntaxHighlighting.css [HTTP/1.1
>> > 404 Not Found 12ms]
>> > [22:50:51.903] GET
>> > http://localhost:2323/files/WADevelopmentFiles/development.css [HTTP/1.1 404
>> > Not Found 23ms]
>> >
>> >
>> > And if I go to http://localhost:2323/files   I see NOTHING. EMPTY.
>>
>> You'll have to debug, the call three should look something like this:
>> HttpService
>>  WAComancheAdaptor
>>    WADispatcher
>>      WAFileHandler
>>
>> There are unfortunately several class instance variables involved :-(
>>
>> Cheers
>> Philippe
>> _______________________________________________
>> seaside mailing list
>> [hidden email] <[hidden email]>
>> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside <http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside>
>
>

--
Lukas Renggli
www.lukas-renggli.ch

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

Re: Seaside not loading css styles (but our fault)

tinchodias


On Fri, Sep 23, 2011 at 3:16 AM, Lukas Renggli <[hidden email]> wrote:
Cool.

Don't use Swazoo, it doesn't work and some tests are broken. Use Kom or Zinc.

Great, so without counting Swazoo, we have 9 tests of Seaside and Grease to look at.
 


Lukas


On Friday, 23 September 2011, Martin Dias <[hidden email]> wrote:
> Hey! good news :) The styles are fine with latest version (of fuel package loader). We was doing something wrong when materializing classes.
> Now... we have some red tests in Seaside, and even worse, a test in Swazoo crashes my VM... so we have more debug to do!
> Thank you very much for your help. 
> Martín
>
> On Fri, Sep 23, 2011 at 2:09 AM, Philippe Marschall <[hidden email]> wrote:
>>
>> 2011/9/22 Mariano Martinez Peck <[hidden email]>:
>> > Well...
>> >
>> > http://localhost:2323/
>> >
>> > ->
>> >
>> > [22:50:51.466] GET http://localhost:2323/ [HTTP/1.1 200 OK 4ms]
>> > [22:50:51.513] GET http://localhost:2323/files/JQDeploymentLibrary/jQuery.js
>> > [HTTP/1.1 404 Not Found 2ms]
>> > [22:50:51.522] GET
>> > http://localhost:2323/files/JQUiDeploymentLibrary/jQueryUi.js [HTTP/1.1 404
>> > Not Found 12ms]
>> > [22:50:51.528] GET
>> > https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.16/themes/ui-lightness/jquery-ui.css
>> > [HTTP/1.1 304 Not Modified 85ms]
>> > [22:50:51.535] GET http://localhost:2323/files/WAWelcomeFiles/welcome.css
>> > [HTTP/1.1 404 Not Found 24ms]
>> > [22:50:51.554] GET
>> > http://localhost:2323/files/WAWelcomeFiles/syntaxHighlighting.css [HTTP/1.1
>> > 404 Not Found 36ms]
>> > [22:50:51.571] GET
>> > http://localhost:2323/files/WADevelopmentFiles/development.css [HTTP/1.1 404
>> > Not Found 37ms]
>> > [22:50:51.633] Error in parsing value for 'filter'.  Declaration dropped. @
>> > https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.16/themes/ui-lightness/jquery-ui.css:22
>> > [22:50:51.709] Unknown property 'zoom'.  Declaration dropped. @
>> > https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.16/themes/ui-lightness/jquery-ui.css:330
>> > [22:50:51.822] GET
>> > http://localhost:2323/files/JQUiDeploymentLibrary/jQueryUi.js [HTTP/1.1 404
>> > Not Found 1ms]
>> > [22:50:51.881] GET http://localhost:2323/files/WAWelcomeFiles/welcome.css
>> > [HTTP/1.1 404 Not Found 1ms]
>> > [22:50:51.892] GET
>> > http://localhost:2323/files/WAWelcomeFiles/syntaxHighlighting.css [HTTP/1.1
>> > 404 Not Found 12ms]
>> > [22:50:51.903] GET
>> > http://localhost:2323/files/WADevelopmentFiles/development.css [HTTP/1.1 404
>> > Not Found 23ms]
>> >
>> >
>> > And if I go to http://localhost:2323/files   I see NOTHING. EMPTY.
>>
>> You'll have to debug, the call three should look something like this:
>> HttpService
>>  WAComancheAdaptor
>>    WADispatcher
>>      WAFileHandler
>>
>> There are unfortunately several class instance variables involved :-(
>>
>> Cheers
>> Philippe
>> _______________________________________________
>> seaside mailing list
>> [hidden email] <[hidden email]>
>> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside <http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside>
>
>

--
Lukas Renggli
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
Reply | Threaded
Open this post in threaded view
|

Re: Seaside not loading css styles (but our fault)

tinchodias


On Fri, Sep 23, 2011 at 3:23 AM, Martin Dias <[hidden email]> wrote:


On Fri, Sep 23, 2011 at 3:16 AM, Lukas Renggli <[hidden email]> wrote:
Cool.

Don't use Swazoo, it doesn't work and some tests are broken. Use Kom or Zinc.

Great, so without counting Swazoo, we have 9 tests of Seaside and Grease to look at.


:D

It's ready! welcome app works fine and all tests are green (except swazoo who still crashes). Now I have to sleep we will show details about "the experiment" very soon.

Cheers,
Martín
 
 


Lukas


On Friday, 23 September 2011, Martin Dias <[hidden email]> wrote:
> Hey! good news :) The styles are fine with latest version (of fuel package loader). We was doing something wrong when materializing classes.
> Now... we have some red tests in Seaside, and even worse, a test in Swazoo crashes my VM... so we have more debug to do!
> Thank you very much for your help. 
> Martín
>
> On Fri, Sep 23, 2011 at 2:09 AM, Philippe Marschall <[hidden email]> wrote:
>>
>> 2011/9/22 Mariano Martinez Peck <[hidden email]>:
>> > Well...
>> >
>> > http://localhost:2323/
>> >
>> > ->
>> >
>> > [22:50:51.466] GET http://localhost:2323/ [HTTP/1.1 200 OK 4ms]
>> > [22:50:51.513] GET http://localhost:2323/files/JQDeploymentLibrary/jQuery.js
>> > [HTTP/1.1 404 Not Found 2ms]
>> > [22:50:51.522] GET
>> > http://localhost:2323/files/JQUiDeploymentLibrary/jQueryUi.js [HTTP/1.1 404
>> > Not Found 12ms]
>> > [22:50:51.528] GET
>> > https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.16/themes/ui-lightness/jquery-ui.css
>> > [HTTP/1.1 304 Not Modified 85ms]
>> > [22:50:51.535] GET http://localhost:2323/files/WAWelcomeFiles/welcome.css
>> > [HTTP/1.1 404 Not Found 24ms]
>> > [22:50:51.554] GET
>> > http://localhost:2323/files/WAWelcomeFiles/syntaxHighlighting.css [HTTP/1.1
>> > 404 Not Found 36ms]
>> > [22:50:51.571] GET
>> > http://localhost:2323/files/WADevelopmentFiles/development.css [HTTP/1.1 404
>> > Not Found 37ms]
>> > [22:50:51.633] Error in parsing value for 'filter'.  Declaration dropped. @
>> > https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.16/themes/ui-lightness/jquery-ui.css:22
>> > [22:50:51.709] Unknown property 'zoom'.  Declaration dropped. @
>> > https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.16/themes/ui-lightness/jquery-ui.css:330
>> > [22:50:51.822] GET
>> > http://localhost:2323/files/JQUiDeploymentLibrary/jQueryUi.js [HTTP/1.1 404
>> > Not Found 1ms]
>> > [22:50:51.881] GET http://localhost:2323/files/WAWelcomeFiles/welcome.css
>> > [HTTP/1.1 404 Not Found 1ms]
>> > [22:50:51.892] GET
>> > http://localhost:2323/files/WAWelcomeFiles/syntaxHighlighting.css [HTTP/1.1
>> > 404 Not Found 12ms]
>> > [22:50:51.903] GET
>> > http://localhost:2323/files/WADevelopmentFiles/development.css [HTTP/1.1 404
>> > Not Found 23ms]
>> >
>> >
>> > And if I go to http://localhost:2323/files   I see NOTHING. EMPTY.
>>
>> You'll have to debug, the call three should look something like this:
>> HttpService
>>  WAComancheAdaptor
>>    WADispatcher
>>      WAFileHandler
>>
>> There are unfortunately several class instance variables involved :-(
>>
>> Cheers
>> Philippe
>> _______________________________________________
>> seaside mailing list
>> [hidden email] <[hidden email]>
>> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside <http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside>
>
>

--
Lukas Renggli
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
12