Hi All,
I have a problem like,
1. I have a
jsp(index.jsp) with one text field and one submit button.
2. Upon clicking the submit button I am disabling the button and submitting the form to the action class which will perform business logic and forwards to a jsp (spell.jsp) page.
3. In this page(spell.jsp) I hava a textarea and two buttons "Spell Check" and "Submit" if the users enters some text and presses the spell check button for the first time the ActiveX object "Word.Application" warning message is displayed.
4. if I remain in the same page(spell.jsp) and presses the sepll check buton mutliple times the ActiveX warning message will not be display.
5. If I press back button and navigate to the first page(index.jsp) and press submit button which will perform step 2 and if I press spell check button I am receiving ActiveX warning message again.
My Question is this was not happining when I removed the button disabling feature in page one (index.jsp)!!!
Any Reason?
This is a post production problem and I have lot of pressure on me, If any one can suggest a solution or reason why this is happining It would be of great help.
Thanks in advance.
Kamalakar.