[Seaside] Naming URLs

Avi Bryant avi at beta4.com
Thu Apr 15 21:12:41 CEST 2004


On Apr 15, 2004, at 11:16 AM, Avi Bryant wrote:

> To set the path, implement #updateUrl: in your components.  This will 
> get passed a WAUrl instance, which responds to #addToPath: and 
> #addParameter:value: (and will soon respond to #anchorName:).  Each 
> active component gets a chance to modify it before every redirect and 
> response.

Ok, I've updated the SM entry to point to a new version that includes 
#fragment: on WAUrl (to conform to the URI RFC terminology), and 
#anchorWithName: on HtmlBuilder.  This provides simple named anchor 
support.

Avi



More information about the Seaside mailing list