[Seaside] Re: Possible Pharo1.0 problem. No error indication while parsing and no debugging triigered on error.

Fritz Schenk intrader.intrader at gmail.com
Sat Jan 22 22:53:56 UTC 2011


Finally I am getting it.

In "html anchor
 		callback: [ self increase];
 		with: '++'
 	html space."

"html anchor" is a WAAnchorTag brush that accepts a keyword message "callback:" 
and is also the receiver for the 'with:' message.
This 'with:' message has one parameter and that starts with '++' and continues 
with 'html space'. The parser deduces that in 'html space' the word html is just 
a unary message and stops with an error as '++' does not understand that unary 
message.

Tobias, and others, thank you - this is almost a year that I am revisiting the 
threads.



More information about the seaside mailing list