[jboss-user] [JBoss Seam] - Re: URL in address bar
avbentem
do-not-reply at jboss.com
Fri Jun 22 17:04:53 EDT 2007
"christian.bauer at jboss.com" wrote : This is just a normal HTTP redirect response from the server, triggering the client browser to send a new HTTP GET request on a given URL.
|
...which might indicate that your WEB-INF/pages.xml is set up different than the one from the online demo:
<navigation from-action="#{hotelBooking.selectHotel(hot)}">
| <redirect view-id="/hotel.xhtml"/>
| </navigation>
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4057022#4057022
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4057022
More information about the jboss-user
mailing list