[Seaside-dev] Issue 249 in seaside: WATree broken in example browser

codesite-noreply at google.com codesite-noreply at google.com
Sun Dec 7 17:54:31 UTC 2008


Updates:
	Status: Fixed

Comment #3 on issue 249 by philippe.marschall: WATree broken in example  
browser
http://code.google.com/p/seaside/issues/detail?id=249

The problem was that Issue 246 checks for number of arguments instead of  
number of
free arguments. The example uses a one arguments message send but the  
argument is
bound. Is is completely OK. Unfortunately the fix includes a lot of copy  
pasting. A
solution for this might be to introduce a #seasideFreeArguments class  
extension for
blocks and MessageSends.


Name: Seaside-Canvas-pmm.28
Author: pmm
Time: 7 December 2008, 6:50:31 pm
UUID: 8f8216f7-7a2c-4810-a829-41aec732b572
Ancestors: Seaside-Canvas-lr.27

- http://code.google.com/p/seaside/issues/detail?id=249
- check for free arguments instead of number of arguments of a message send

-- 
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings


More information about the seaside-dev mailing list