a) ApplicationSettings to maintain the apps default: true/false b) <wicket:link> </wicket:link> regions c) <wicket:link> == <wicket:link autolink=true> (default: true) d) <wicket:link autolink=false> switch automatic linking of e) support for nested regions: <wicket:link ..>...<wicket:link ...> ... </wicket:link> </wicket:link> f) support for query strings like href="Home.html?id=1245" g) only tags which are not a Wicket component are handled. Wicket components have to deal with hrefs themselves (like Links etc.). There is currently no mean to call something like resolveAutolinkHref from inside a Wicket component h) No ComponentTag and thus no Wicket Component will be created for autolink enabled tags. That is, no magically generated Components which must be synchronized in a clustered enviroment
Juergen On Mon, 17 Jan 2005 17:53:27 -0500, Gili <[EMAIL PROTECTED]> wrote: > > It would be good for us to know where this autolink business > currently stands. I have no idea how it works anymore... > > Gili > > On Mon, 17 Jan 2005 20:58:37 +0100, Juergen Donnerstag wrote: > > >> 1. everyone check in any important changes today (juergen, don't you > >> have stuff that should go in soon like <wicket:*> changes? anyone else?) > >> > > > >I'm currently trying to catch up with the lasted changes and to get > >the new autolink feature tested. I finally got a draft implementation > >which I don't dislike. > > > >Juergen > > > > > >------------------------------------------------------- > >The SF.Net email is sponsored by: Beat the post-holiday blues > >Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. > >It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt > >_______________________________________________ > >Wicket-develop mailing list > >[email protected] > >https://lists.sourceforge.net/lists/listinfo/wicket-develop > > > > ------------------------------------------------------- > The SF.Net email is sponsored by: Beat the post-holiday blues > Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. > It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt > _______________________________________________ > Wicket-develop mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/wicket-develop > ------------------------------------------------------- The SF.Net email is sponsored by: Beat the post-holiday blues Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt _______________________________________________ Wicket-develop mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wicket-develop
