Hi Guys,
From a Java Servlet i am returning a String value to EXTJs and based on that I am displaying a CQ Message box , where author can choose Yes(OK) or NO(Cancel) , based on this value i need to return the control to my Servlet (I need to take care of other Business logic based on this value from author), how can i achieve this? Do i need to call/create another Servlet and write the logic there ? Can I Call the same Servlet in any way ? Looking forward for a reply..thanks in Advance.