Hi there,
I encountered a navigation problem, and hope I can get help from here.
My page layout is header-menu-content. This layout is defined in a layout.jsp page using <c:import> tag. In my menu.jsp page, I have a list of link, which was generated dynamically using <commandLink>. What I want to do is when clicking on the link, it will go to the back bean and update the data, and the content should be updated accordingly.
My problem is the link works only the first time when the page was loaded. After clicking one link, and then click another link, nothing happened.
Can anyone tell me how should I do it in my case?
Thanks a lot.