sounds nice for JS, however the identifiers would need to be created by wicket and replace the original ones else collisions may happen
e.g.: component1 has JS function foo and component2 has JS function foo for CSS i dont like it as it would violate the HTML/CSS design pattern as well as create the problem that css files are not rereloaded by all browsers (unless name changes) and then may mean more traffic, too at least, the behaviour would also have to be able to turn off for either JS or CSS or both... Regards > -----Ursprüngliche Nachricht----- > Von: Igor Vaynberg [mailto:[EMAIL PROTECTED] > Gesendet: Dienstag, 20. März 2007 18:34 > An: [email protected] > Betreff: auto header contributions > > was just thinking > > if you have MyPanel.java and MyPanel.html, and then next to > it you have MyPanel.css and MyPanel.js should we > automatically include the css and js? > kinda like an autoheadercontribution. > > wdyt? > > -igor >
