Spam:Spam:Re: [Seaside] onClick request

Michel Bany michel.bany at gmail.com
Wed May 23 14:25:16 UTC 2007


On 23 May 2007, at 16:07 , Norbert Hartl wrote:

> On Wed, 2007-05-23 at 15:54 +0200, Michel Bany wrote:
>> On 23 May 2007, at 15:16 , Norbert Hartl wrote:
>>
>>> On Wed, 2007-05-23 at 12:41 +0100, Bany, Michel wrote:
>>>> #urlForAction: that used to be available in the old api is also
>>>> available for the canvas api in recent 2.6/2.7
>>>>
>>>> urlForAction: actionBlock
>>>> 	| url |
>>>> 	url := context actionUrl withParameter: (self callbacks
>>>> registerActionCallback: actionBlock).
>>>> 	^url displayString
>>>>
>>>> With this method the code gets simpler
>>>>
>>>> url := html urlForAction: [ .... ]
>>>> html tableRow onClick: 'window.location=' , url printString.
>>>>
>>>>
>>> I don't have urlForAction: in the canvas.
>>>
>>
>> Sorry, my mistake, it is only in the latest 2.7b1.
>> What Seaside are you using?
>> Michel.
>>
> Seaside 2.7a1-207

You should not expect any special problem if you upgrade to 2.7b1-3,  
I believe.
Your decision...
Michel.




More information about the seaside mailing list