[Seaside] Seaside 3.1 vs Seaside 3.0.10 - no seaside walkback anymore?

Johannes Brauer brauer at nordakademie.de
Mon Mar 2 18:47:05 UTC 2015


thanks, Stephan
> Am 02.03.2015 um 10:19 schrieb Stephan Eggermont <stephan at stack.nl>:
>
> On 28/02/15 12:53, Johannes Brauer wrote:
>
>> Especially I do miss the debug link. Is it possible the get in in
>> Seaside 3.1?
>
> Sure. Just set the error handler to the WADebugErrorHandler,
> either form the config, or do something similar to:
>
> QCApplication class>>registerForDevelopmentAt: anApplicationName
> | application |
> WAAdmin enableDevelopmentTools.
> application := self registerAt: anApplicationName.
> application filter configuration at: #exceptionHandler put: WADebugErrorHandler.
> (self overridesDefaults includes: WAAdmin defaultDispatcher defaultName)
> ifTrue: [ WAAdmin defaultDispatcher defaultName: anApplicationName ].
> ^application
>
> QCApplication class>>registerAt: anApplicationName
> ^(WAAdmin register: self asApplicationAt: anApplicationName)
> preferenceAt: #sessionClass put: self sessionClass;
> addLibrary: JQDeploymentLibrary;
> addLibrary: JQUiDeploymentLibrary;
> yourself
>
> Stephan
>
> _______________________________________________
> seaside mailing list
> seaside at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside


________________________________


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 Pinneberg, HRB 1682



More information about the seaside mailing list