I think we've uncovered a weakness with the auto-export system. The problem is that the pages are auto-exported on demand, such that any edits you make to http://cwiki.apache.org/confluence/display/WICKET/General+i18n+in+Wicket are effectively immediately replicated to the static page on http://cwiki.apache.org/WICKET/general-i18n-in-wicket.html, BUT the problem was that the new child page didn't trigger any sort of notification to re-export the 'index' page. I had to go in & add an extra space (and not at the end, either) in order for it to re-do it.
There's a way of triggering a full re-export of a space manually, but that requires full wiki admin privs, which we've not got, so a pseudo-edit of the index page seems the way to go... /Gwyn On 03/11/06, Erik van Oosten <[EMAIL PROTECTED]> wrote: > Okay, understood. Makes sense. > I hope the update happens at least once a day. Twice would be nicer :) > > Thanks, > Erik. > > Martijn Dashorst schreef: > > The wiki's is exported every so often (don't know the frequency, > > Kenneth) to a static space (the preferred linking space) accomodate > > the scalability issues Apache faces with their infrastructure > > (something about several tera byte per month). > > > > Martijn > > -- > Erik van Oosten > http://www.day-to-day-stuff.blogspot.com/ > -- Download Wicket 1.2.3 now! - http://wicketframework.org ------------------------------------------------------------------------- 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
