[Seaside] Re: How to register a WADispatcher derivate?

David Carlos Manuelda stormbyte at gmail.com
Mon Mar 2 15:06:42 UTC 2015


Playing around with it, I found how to do it like this:

|waa|
waa:=MyWADispatcher new defaultName: 'es'.
"Do aditional configuration on waa instance (...)"
WADispatcher default handlers at: ( waa defaultName ) put: waa.


That will add my dispatcher to the list (I can verify it in 
localhost:8080/config ), is that the way to go, or should be it more simple?



More information about the seaside mailing list