hi there, i ve just started learning
jsf , i am referring the book 'jsf in action', and now i got stuck with this navigation problem.
this is what my faces-config.xml look like:-
this is the code from my inbox.jsp page.
now navigation from login.jsp and toolbar page which is included in every
jsp page as
header.jsp is working all right .
but navigation links from inbox.jsp(approve, reject and details) are not going anywhere , inbox.jsp page just refreshes and url is appended by a '#' , thats all it does.
<h:messages/> tag on
inbox.jsp page does not show any errors at all.
Could'nt figure out what might be the cause although i am sure i am making some mistake somewhere as the code i downloaded from '
jsf in action' site is working perfect.
any help would be appreciated.