I use Seaside 3.0.7 on Pharo 1.3 and Pharo 1.4. In order to disable the Development Toolbar at the bottom of my Seaside applications i did execute, as the Seaside Book says:
WAAdmin applicationDefaults
removeParent: WADevelopmentConfiguration instance
Which does what it says - BUT only about half of the registered applications take notice that their parent is gone.
The other half still shows the Toolbar and the Configuration website for these applications still shows:
Root Decoration Classes: WAToolDecoration [inherited]
and only after i click one time at Configure (Root Decoration Classes), the next screen shows
Available: WAToolDecoration, Current: (empty)
and so i click nothing else but OK, and the Toolbar is finally gone.
Can anyone help me with this?
Update:
As Paul DeBruicker hinted on the mailinglist, this might be a bug related to a cache introduced in Seaside 3.0.4. I opened an issue in the bugtracker.