[Seaside] Seaside not loading css styles (but our fault)

Dale Henrichs dhenrich at vmware.com
Thu Sep 22 21:40:51 UTC 2011


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" <marianopeck at gmail.com>
| To: "Seaside - general discussion" <seaside at lists.squeakfoundation.org>
| 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 <
| marianopeck at gmail.com > 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
| seaside at lists.squeakfoundation.org
| http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
| 
| 
| 
| 
| 
| 
| --
| Mariano
| http://marianopeck.wordpress.com
| 
| 
| 
| 
| --
| Mariano
| http://marianopeck.wordpress.com
| 
| 
| _______________________________________________
| seaside mailing list
| seaside at lists.squeakfoundation.org
| http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
| 


More information about the seaside mailing list