Hi,
In the order.jsp if the Delivery type is 'Expedited' I should show error messge when the user press the 'Order' button. The Order button is placed in closer_details.jsp.
I thought of putting a flag but how the value would be passed between order,jsp and closer_details.jsp?
Please help.