Eelco Hillenius wrote: > >> What is that all about? I feel like I remember seeing a discussion or >> announcement by Al Maw about changing Wicket to use relative URLs, if >> this >> is true, perhaps this is a side effect of that change? What am I >> missing? >> Where should I start looking? > > Yep, that's a result of Al's changes. So it looks a bit weird, but it > should not cause any problems (and if fact solve a couple). > > Did you experience any problems in your app? > > Eelco >
That's how I noticed the change :) Hopefully, I don't have some unique scenario. We are going to migrate our app over to the Wicket framework in pieces. To do so, app will technically be based on Wicket and we will make calls back to the legacy code (JSPs). In order to handle some functionality that I need (databinder/hibernate stuff) I created a LegacyWrapperPage that basically holds an IFrame that I render the legacy URL in. The idea behind this is that the legacy page will render in what it thinks is the topmost frame and will lessen problems in the old code until it can be converted. I don't believe that that is the source of my grief, but I can't be sure just yet. What I noticed is that when coming from the HomePage (where the urls have not been altered yet), when I click a link, the page renders ok, but if I view the underlying html I see the "../" stuff. At this point I can't click even the same link again because it reports that it can't find the Page. >From my original post, you can see that wicket generates two different urls (for the redirectUrl field) for the same exact Link. Also, I have a bit of Ajax that replaces an image upon the click, and that image won't load after the new page loads. It is interesting to note that on fully Wicket pages, I don't seem to have this issue, but I'm sure sure how that fits into the picture yet. Chuck -- View this message in context: http://www.nabble.com/relative-urls--tf3195723.html#a8889676 Sent from the Wicket - User mailing list archive at Nabble.com. ------------------------------------------------------------------------- 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
