[Seaside] Seaside 2.8.4 behavior

Timothy James Ziebart timothy at churchmilitant.org
Fri Jul 3 06:05:38 UTC 2009


Hello all. I downloaded 2.8.4 and loaded my application.  The application was 
functioning as expected under 2.8.3 but under 2.8.4 

1. I receive an Internal Error Message "Error: subscript is out of bounds: 6".  
reload the page it renders properly -- well almost see next item.  Stack 
suggests problem with context, WAWAlkback, Block Closure and so on.

2. Tables rendered using MAReport do not list the column entries.  The row is 
blank.

3. Form rendered using Magritte no longer displays -- no errors.  Example 
below that did work under 2.8.3.
  
^(aModel descriptionAdminEdit asComponentOn: aModel)
		addMessage: 'View record for: ', (self returnIdentifier: aModel);
		addValidatedSwitch;
		yourself.

Down loaded the latest VM and tried the code with the one-click -- same 
results.  Are these issues related to closures?  Any suggestions? 


More information about the seaside mailing list