> I know the lifecycle document at > http://www.wicket-wiki.org.uk/wiki/index.php/Lifecycle > > warns against such rebellious undertakings but would it still be > possible to implement my own IComponentResolver and add components to a > page 'on demand'? > > > yes, any markup container can implement the interface. but be warned :)
Or any class really? I've gone ahead and done it using AutoComponentResolver as a template and it works!!! ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Wicket-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wicket-user
