Skip to Content
0
Former Member
Jan 23, 2007 at 10:22 PM

Left Nav lost after clicking submit button in iView

20 Views

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.