[jboss-user] [JBoss Seam] - what can i do if i have to change the jsp file name ?

gringalet do-not-reply at jboss.com
Fri Sep 29 03:54:18 EDT 2006


i am studying the dvdstore  example. the menu is  made of like that:


   
  | <ul>
  |         <li id="page_home"><a href="home.seam">Home</a></li>
  |         <li id="page_shop"><a href="browse.seam">Shop</a></li>
  |         <f:subview rendered="#{login.loggedIn}">
  |             <li id="page_orders"><a href="showorders.seam">My Orders</a></li>
  |         </f:subview>
  |         <li id="page_cart"><a href="checkout.seam">Cart</a></li>
  |     </ul>
  | 

now it will be pointed to browse.seam when i clike the "shop" in web page.and then it will be redirected the browse.xhtml. would have som relationship between browse.seam and browse.xhtml(it must the same)? now i want to click browse.seam  then jump to browse2.xhtml or something else ,how can i do for configure?

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3975080#3975080

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3975080



More information about the jboss-user mailing list