[Seaside] trouble with submit buttons

Julian Fitzell julian at beta4.com
Fri Aug 5 19:00:14 CEST 2005



Michel Bany wrote:
> Julian Fitzell a écrit :
> 
>>
>> How's it implemented, by the way, Michel?  Just looking up the stack 
>> on the renderer?
>>
> No look-up of the stack, I made it explicit by adding a "tagStack" i-var 
> to WAHtmlDocument
> and the following interface :
>    clearTagStack
>    isWithinTag:
>    popTag
>    pushTag:
> and by changing a handfull of classes to use this interface.

Funny, I thought that's how it was implemented (that's what I meant by 
looking up the stack: the tag stack) but it seems that changed--probably 
with the change to streaming output.  I'll try to have  alook at this 
next weekend.

Still interested in other opinions about whether this is a good thing to 
add to the base package...

Julian


More information about the Seaside mailing list