Re: decorator is not working after ajax call

2008-02-26 Thread Prashant Khanal
The page is not disappearing after i click submit button. Actually my ajax call is made by onchange event of the text box named "totalDemand". Whenever the textbox value is changed, the ajax call is made. When my page loads for the first time the header and footer disappears. After doing a debug i

Re: decorator is not working after ajax call

2008-02-26 Thread Richard Sayre
When is you page disappearing? After you click "Submit"? You submit is not using Ajax. If you want to update your div when you submit the form then you could write a function that notifies your listen topic rather than submitting the form. Rich On Tue, Feb 26, 2008 at 7:22 AM, Prashant Khana

decorator is not working after ajax call

2008-02-26 Thread Prashant Khanal
Hello all, Somehow my header and footer provided by my decorator page disappears after ajax call. My jsp page that makes ajax call is shown below: <%@ include file="/common/taglibs.jsp"%> Demand Plan Sequence: The page that is comes as an ajax response is: <%@ inc