Re: [Wicket-user] How to write html pages without default header contributions?

2006-11-17 Thread Erik van Oosten
Hello, Since the e-mail below I have not gained any further insights. Therefore we solved the matter with a huge kludge: a filter that removes javascript. Regards, Erik. Erik van Oosten schreef: Hello, I have a requirement to download html files so that they can be added to an

[Wicket-user] How to write html pages without default header contributions?

2006-11-16 Thread Erik van Oosten
Hello, I have a requirement to download html files so that they can be added to an electronic dossier. These files need to be completely self-contained, so no javascript, stylesheets, links, etc. My approach so far was to simply call the following in the constructor of the page:

Re: [Wicket-user] How to write html pages without default header contributions?

2006-11-16 Thread Erik van Oosten
Meanwhile I did find the culprit for the ajax console. It was an AjaxFallbackLink subclass, rendered in disabled state. Erik. Erik van Oosten wrote: Why the header stuff for the ajax console is added is another riddle for me. As far as I can see, there is no ajax behavior added to any