:-)
Read again what you just said - you (the application developer) don't know
the rules but Wicket (a generic framework) should know. How ? :-) Your
manager/customer is not embedded in Wicket to make the decisions :-)

Looking at the urls you showed earlier you have to check that the url ends
with ".html", has a segment for the category and there is such category in
your app domain, same for product. Something like this.


On Thu, Jan 17, 2013 at 3:30 PM, Dirk Forchel <dirk.forc...@exedio.com>wrote:

> > You don't need to mountPage(TheLegacyPage) - it wont be used anyway.
>
> Yes, you are right. There is actually no need to do this.
> But I don't have a glue how to check whether the request URL is an obsolete
> one or not AND how to map the old parameters to the new parameters. So I
> thought, having both pages and let Wicket do the stuff for me would be a
> good starting point.
>
>
>
>
>
> --
> View this message in context:
> http://apache-wicket.1842946.n4.nabble.com/Redirect-to-Wicket-page-with-301-Moved-Permanently-tp4631888p4655468.html
> Sent from the Users forum mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>


-- 
Martin Grigorov
jWeekend
Training, Consulting, Development
http://jWeekend.com <http://jweekend.com/>

Reply via email to