"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#4005675

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4005675
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to