I think that signle forward still is the easiest/ best way to go. If
you bind the Wicket servlet on *.html, why not put your forward header
in index.htm and configure

        <welcome-file-list>
        <welcome-file>index.htm</welcome-file><!-- instead of html -->
        </welcome-file-list>

in the bottom of your web app?

Eelco

On 2/16/06, Riyad Kalla <[EMAIL PROTECTED]> wrote:
> What is typically the best practice for setting up a forward to your
> application's homepage? Right now I have a filter that checks if any page is
> specified, if it's not, it sends the user to <whatever>.html (I have wicket
> mapped to *.html) which feels like such a crap-hack to me.
>
> So if I have wicket bound to *.html, and I want people sent to my homepage
> when they visit http://www.mysite.com, any pointers? I don't mind the
> index.jsp with the single forward in it, but I thought there was likely a
> nicer way to do this.
>
> Best,
> Riyad
>


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid3432&bid#0486&dat1642
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to