[Pharo-project] seaside28jetsam and WASession class>>application:
Hi, After loading seaside28jetsam with Montecillo, I can not access the http://localhost:8080/seaside. -------------- Internal Server Error MessageNotUnderstood: WASession class>> application: -------------- It seems that there is no method application of Class WASession. How to solve the problem? Cheers Herve Darce
Hervé Darce wrote:
Hi,
After loading seaside28jetsam with Montecillo, I can not access the http://localhost:8080/seaside. -------------- Internal Server Error MessageNotUnderstood: WASession class>> application: -------------- It seems that there is no method application of Class WASession. How to solve the problem?
Cheers
Herve Darce
It looks like it got lost as a result of a recent category name change. I have tracked down the missing method and restored it to the SeasideJetsam package. Keith
It looks like it got lost as a result of a recent category name change.
I have tracked down the missing method and restored it to the SeasideJetsam package.
Keith
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Thanks, It's OK. Herve Darce
participants (2)
-
Hervé Darce -
Keith Hodges