Hi I am implementing ajax in portal. Using ajax i am able to updating the content of portlets asynchronously. However i am facing a problem
The Problem: While submitting the form i am getting javascript error " Object expected". These errors i am getting after implementing ajax. Also this error is shown only the first time i trying to submit. Next time this error won't come.
This may be because the ajax update the content dynamically and if u try to view the html source code u will not find the required code . But after the first click it will reload the page and source code is available so no error..
I will be happy if somebody could help to tackle this situation
regards
monu
The Problem: While submitting the form i am getting javascript error " Object expected". These errors i am getting after implementing ajax. Also this error is shown only the first time i trying to submit. Next time this error won't come.
This may be because the ajax update the content dynamically and if u try to view the html source code u will not find the required code . But after the first click it will reload the page and source code is available so no error..
I will be happy if somebody could help to tackle this situation
regards
monu
Comment