ExtensionFilter: get rid of its buffering

2006-03-01 Thread Mario Ivankovits
Hi! Currently I try to get rid of the buffering of the extension filter. (No code yet, just many many thoughts about it) First of all: Who says we have to render the script src= stuff in html-head? I tried a short XHTML and checked it on http://validator.w3.org/check - it didnt complain about

Re: ExtensionFilter: get rid of its buffering

2006-03-01 Thread Volker Weber
Hi, i'm not sure and have not tested, but AFAIK the link rel=stylesheet .. tags don't work outside html-head. Regards, Volker Mario Ivankovits wrote: Hi! Currently I try to get rid of the buffering of the extension filter. (No code yet, just many many thoughts about it) First of all:

Re: ExtensionFilter: get rid of its buffering

2006-03-01 Thread Martin Marinschek
We have a better way of putting onload stuff in with dojo anyways. So that bodyTagEvent will go. regards, Martin On 3/1/06, Mario Ivankovits [EMAIL PROTECTED] wrote: Hi! Currently I try to get rid of the buffering of the extension filter. (No code yet, just many many thoughts about it)

Re: ExtensionFilter: get rid of its buffering

2006-03-01 Thread Mario Ivankovits
Hi! i'm not sure and have not tested, but AFAIK the link rel=stylesheet .. tags don't work outside html-head. This is where the second idea comes in: We no longer buffer the jsp page, instead we buffer the css. What does this mean? We render a css link in html-head which looks something

Re: ExtensionFilter: get rid of its buffering

2006-03-01 Thread Martin Marinschek
I really like that idea, Mario! superb stuff. Nobody of us has thought about this before... regards, Martin On 3/1/06, Mario Ivankovits [EMAIL PROTECTED] wrote: Hi! i'm not sure and have not tested, but AFAIK the link rel=stylesheet .. tags don't work outside html-head. This is where