[Seaside] Problem with anchors (Canvas API) generating bad links

Rick Flower rickf at ca-flower.com
Mon Mar 13 20:57:18 UTC 2006


Wilkes Joiner wrote:
> You just need to reverse sending callback: and text:.  Using the
> Canvas API, text: and with: need to come last.  There was a post
> earlier today the same sort of thing.
>
> Change:
> html anchor text: 'About'; callback: [ self parent home ]
>
> To:
> html anchor callback: [ self parent home ]; text: 'About'
>   
Thanks Ramon & Wilkes.. Problem solved!  I did see a comment the other 
day about
the ordering if with: with respect to callbacks but didn't bother trying 
to see if that was also
an issue with text:

Thanks again!




More information about the Seaside mailing list