Hi Community,
I created an APC called CreateOrder which implements AbstractPortalComponent. This component acts as controller. In doContent() method, It checks if the create order submit button is clicked or not, if no, it returns createOrder.jsp page, if yes, it returns createOrderResult.jsp page. Everything works fine except left navigation disapear after I click submit button createOrder.jsp and createOrderResult.jsp shows up.
by the way I can create a createOrderIview using the APC component, able to see createOrder.jsp page and have result page shows up.
Anyone know what problem here? any help/sugguestion are very appriciated.