Al Maw wrote:
> 
> ChuckDeal wrote:
>> 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).
> 
> Ah ha, thought so. I have already been down this road. It's a complex 
> one. :)
> 
> What you'd ideally like to be able to do is have a Wicket page which has 
> a <div wicket:id="jsp"></div> in it, and render the JSP in there, yes?
> 
> In fact, ideally, you'd probably like the page URLs to stay the same; 
> "server.com/foo.jsp" rather than "server.com/HackPage/page/foo.jsp", am 
> I right?
> 
> Believe it or not, this is actually possible, although there are certain 
> issues with it. I'm going to write this up on my blog so I can link to 
> some example code and things, and I'll see if I can have that done for 
> you before Monday. It's somewhat complex -  I'm not sure it belongs on 
> the wiki, because I'm not sure I want to have to support it.
> 
> Like I say, try it without mounting your Legacy page and see if it 
> works. If it does, it's definitely WICKET-40. We've recently been 
> discussing making the URLs all generate in a single place, so we don't 
> URL encode twice and have these kind of issues. I think we need 
> definitely need to fix WICKET-40 before 1.3 goes out, so this should 
> happen fairly soon.
> 

Have you had the chance to write up any of the details of your solution?  I
would be interested in seeing how you solved this problem.  I'll try to find
your blog, hopefully there is a link from the wiki.

Chuck
-- 
View this message in context: 
http://www.nabble.com/relative-urls--tf3195723.html#a9158338
Sent from the Wicket - User mailing list archive at Nabble.com.


-------------------------------------------------------------------------
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
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to