Hi,
if you, for example, forget the ^ in a css method in a Seaside file library starting the application results in a blank web browser screen and nothing happens. I want for a kind of exception. Am I wrong? Johannes ________________________________ Staatlich anerkannte private Fachhochschule NORDAKADEMIE Gemeinnützige Aktiengesellschaft Köllner Chaussee 11 25337 Elmshorn Vorstand: Prof. Dr. Georg Plate (Vorsitzender), Dipl.-Ing. Jörg Meier (stellv. Vorstand) Vorsitzender des Aufsichtsrats: Dr. h.c. Hans-Heinrich Bruns Sitz: Elmshorn, Amtsgericht Elmshorn, HRB 1682 _______________________________________________ vwnc mailing list [hidden email] http://lists.cs.uiuc.edu/mailman/listinfo/vwnc |
Hi,
I guess I'd prefer Seaside to serve an empty file if the result of a method is not a String. The result would be an unstyled page, but the application would still work (to some degree). I am not sure if this is feasible for all kinds of file types, but for .css, .js and images, this is better than throwing an exception, IMO.
BTW: It may be better to post this to the Seaside Mailing list.
Joachim
Johannes Brauer <[hidden email]> hat am 12. September 2012 um 11:58 geschrieben: > Hi, > > if you, for example, forget the ^ in a css method in a Seaside file library starting the application results in a blank web browser screen and nothing happens. I want for a kind of exception. > > Am I wrong? > > Johannes > > > ________________________________ > > > Staatlich anerkannte private Fachhochschule > NORDAKADEMIE > Gemeinnützige Aktiengesellschaft > Köllner Chaussee 11 > 25337 Elmshorn > > Vorstand: > Prof. Dr. Georg Plate (Vorsitzender), Dipl.-Ing. Jörg Meier (stellv. Vorstand) > > Vorsitzender des Aufsichtsrats: > Dr. h.c. Hans-Heinrich Bruns > > Sitz: > Elmshorn, Amtsgericht Elmshorn, HRB 1682 > > > _______________________________________________ > vwnc mailing list > [hidden email] > http://lists.cs.uiuc.edu/mailman/listinfo/vwnc _______________________________________________ vwnc mailing list [hidden email] http://lists.cs.uiuc.edu/mailman/listinfo/vwnc |
I tried the same using Pharo-Seaside and there you get an exception. Therefore I posted to this list.
Johannes Am 12.09.2012 um 13:02 schrieb Joachim Tuchel (objektfabrik): > > Hi, > > I guess I'd prefer Seaside to serve an empty file if the result of a method is not a String. The result would be an unstyled page, but the application would still work (to some degree). I am not sure if this is feasible for all kinds of file types, but for .css, .js and images, this is better than throwing an exception, IMO. > > BTW: It may be better to post this to the Seaside Mailing list. > > Joachim > > > Johannes Brauer <[hidden email]> hat am 12. September 2012 um 11:58 geschrieben: > > > Hi, > > > > if you, for example, forget the ^ in a css method in a Seaside file library starting the application results in a blank web browser screen and nothing happens. I want for a kind of exception. > > > > Am I wrong? > > > > Johannes > > > > > > ________________________________ > > > > > > Staatlich anerkannte private Fachhochschule > > NORDAKADEMIE > > Gemeinnützige Aktiengesellschaft > > Köllner Chaussee 11 > > 25337 Elmshorn > > > > Vorstand: > > Prof. Dr. Georg Plate (Vorsitzender), Dipl.-Ing. Jörg Meier (stellv. Vorstand) > > > > Vorsitzender des Aufsichtsrats: > > Dr. h.c. Hans-Heinrich Bruns > > > > Sitz: > > Elmshorn, Amtsgericht Elmshorn, HRB 1682 > > > > > > _______________________________________________ > > vwnc mailing list > > [hidden email] > > http://lists.cs.uiuc.edu/mailman/listinfo/vwnc ________________________________ Staatlich anerkannte private Fachhochschule NORDAKADEMIE Gemeinnützige Aktiengesellschaft Köllner Chaussee 11 25337 Elmshorn Vorstand: Prof. Dr. Georg Plate (Vorsitzender), Dipl.-Ing. Jörg Meier (stellv. Vorstand) Vorsitzender des Aufsichtsrats: Dr. h.c. Hans-Heinrich Bruns Sitz: Elmshorn, Amtsgericht Elmshorn, HRB 1682 _______________________________________________ vwnc mailing list [hidden email] http://lists.cs.uiuc.edu/mailman/listinfo/vwnc |
Free forum by Nabble | Edit this page |