I've put the following in pages.xml :
<page view-id="/customer/*"
action="#{customerBean.selectCustomer}"/>
If I call
www.somedomain.com/someapp/customer/A.seam then this action is called.
I display my customer information on a page called DisplayCustomer.xhtml - how can I use
this page in conjunction with the setup above to display the information of Customer A?
Cheers,
Damian.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4033137#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...