"lightbulb432" wrote :
| 1) How does going to /seam-booking automatically redirect to /seam-booking/home.seam?
I don't see anything in web.xml or pages.xml where this behavior has been configured.
|
There is default page index.html, which make redirect to home.seam
<html>
| <head>
| <meta http-equiv="Refresh" content="0; URL=home.seam">
| </head>
| </html>
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4005675#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...