The reason why this is relevant is because we determine the namespace from this statement. Meaning xmlns:wicket=http://wicket.sourceforge.net/ is our current default. But xmlns:xxx=http://wicket.sourceforge.net/ will change Wickets namespace to "xxx". So instead of wicket:id you can write xxx:id. But be carefull, that hasn't been fully tested. In that sense xmlns:wicket="http://www.wicketframework.org" has no effect on Wicket whatsoever and xmlns:xxx="http://www.wicketframework.org" will not change the namespace. But I agree we should change the url to http://www.wicketframework.org. And yes, that change would go in 2.0 only
Juergen On 10/16/06, Upayavira <[EMAIL PROTECTED]> wrote: > Frank Bille wrote: > > I normally use xmlns:wicket="http://www.wicketframework.org" and IMHO it > > will stay the same. > > > > Frank > > > > > > On 10/16/06, * Stefan Lindner* <[EMAIL PROTECTED] > > <mailto:[EMAIL PROTECTED]>> wrote: > > > > This question is currently not so very imnportant but, for XHTML > > users, will the > > xmlns:wicket=http://wicket.sourceforge.net/ > > > > wicket namespace change too? > > If it does, it will change with a major version - 2.0 or 3.0, not a > minor version, I would say. > > Regards, Upayavira > > > ------------------------------------------------------------------------- > 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-user mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/wicket-user > ------------------------------------------------------------------------- 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-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wicket-user
