[Seaside] isolate: not working properly

Avi Bryant avi at beta4.com
Wed Sep 8 12:20:16 CEST 2004


On Sep 7, 2004, at 4:01 PM, radoslav hodnicak wrote:

> Ok it looks like this isn't an IE bug (for once) but problem with 
> seaside.

Aha!  Thanks.  This was an easy one to fix once it was reproduceable - 
just needs this method:

WATransaction>>renderContentOn: html
	active
		ifTrue: [ self renderOwnerOn: html ]
		ifFalse: [ self session pageExpired ]

Doesn't look like it has anything to do with your login/nav issue, 
though.  Any hints on a simple way I could reproduce that one?

Avi



More information about the Seaside mailing list