> and that map is created upfront by the page.doRender() or what every render
> call it is (ajax)
> So that when streaming the resolving is never be done anymore?
>

I'd much rather attach the markupfragment to each component in the
constructor (but allow for lazy loading) and at the beginning of
render() find the associate component for a markup tag but traversing
the component hierarchy and find the component which has exactly that
markup already assigned.


ahh that looks fine to me.. But what do resolvers do then?
Do remember every component should have the markup attached in its constructor.
So the markup what its wants to render is always know (or should) after the constructor is done.
so what needs to be looked up after that?

and what do you mean with lazy loading? When is it loaded then?

johan
 

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Wicket-develop mailing list
Wicket-develop@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-develop

Reply via email to