The question i have is, are you also constantly repainting all or many components.
I dont know if we could enhance this, maybe we could check a state that if it is rendered once we dont have to do it any more... But dont know the problems that could arise then. On 4/30/08, legol <[EMAIL PROTECTED]> wrote: > > Thanks for reply, > It turned out that it wasn't main reason why my application works so slow, > but it's good to know why it is not possible. > > Thx, > pzdr > legol > > > igor.vaynberg wrote: > > > > no, currently it is not possible. the reason we do not do it is that > > you can use component replacement to add a new component into the > > hierarchy which will need to add its own contributions which are not > > yet on the client. > > > > -igor > > > > > > On Wed, Apr 30, 2008 at 7:08 AM, legol <[EMAIL PROTECTED]> wrote: > >> > >> Hi all! > >> I have problem with multiple ajax header contribution. Is it possible to > >> turn it off and add static reference to ajax js in head? I have pages > >> where > >> I always use ajax so it could be added on start. On my page i have so > >> much > >> ajax components that ajax response grows very large because of these > >> contributions (even half of generated response are these contibutions). > >> Beacause of that my application works very slow. If there is any > >> possibility > >> to turn it off pls help. > >> > >> thx > >> pzdr > >> legol > >> -- > >> View this message in context: > >> > http://www.nabble.com/Disabling-dynamic-ajax-header-contribution-tp16983332p16983332.html > >> Sent from the Wicket - User mailing list archive at Nabble.com. > >> > >> > >> --------------------------------------------------------------------- > >> To unsubscribe, e-mail: [EMAIL PROTECTED] > >> For additional commands, e-mail: [EMAIL PROTECTED] > >> > >> > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > > -- > View this message in context: > http://www.nabble.com/Disabling-dynamic-ajax-header-contribution-tp16983332p16989770.html > Sent from the Wicket - User mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
