WAErrorTest


Seaside-Examples-Test

Comment:



Hierarchy:

ProtoObject
Object
WAPresenter
WAComponent
WAErrorTest

Summary:

methods:

instance class
as yet unclassified no messages

Detail:

instance methods:

as yet unclassified
renderContentOn: html

	html anchorWithAction: [1/0] text: 'Raise error'.
	html break.
	html anchorWithAction: [self notify: 'Really?'. self inform: 'Ok!'] text: 'Raise warning'.

class methods:

^top


- made by Dandelion -