[Seaside] Issues with WAHtmlBuilder>>anchorWithUrl:do:

Roger Whitney whitney at cs.sdsu.edu
Sat Oct 11 18:06:37 CEST 2003


The method WAHtmlBuilder>>anchorWithUrl:do: states that the second 
argument is a block (anchorWithUrl: urlString do: aBlock) is the VW 
version of seaside. This is not correct. The argument needs to be a 
string.


Wouldn't a better name for the method be: anchorWithUrl:text:? As it 
stands the name invites comparison with 
WAHtmlRenderer>>anchorWithAction: actionBlock do: linkBlock which does 
require a block as the second argument. do does imply an action which 
does seem to imply a block not a string.

----
Roger Whitney              Department of Computer Science
whitney at cs.sdsu.edu        San Diego State University
http://www.eli.sdsu.edu/   San Diego, CA 92182-7720
(619) 583-1978
(619) 594-3535 (office)
(619) 594-6746 (fax)



More information about the Seaside mailing list