I am able to submit, and I can see the results back. However, the results are not inserted into the DIV and replacing the old contents. It's inserted just before the old contents.


<div id="tasksDIV"><s:include value="tasks.jsp" /></div>


<s:submit type="image" src="/context/images/fdisk.gif"
href="%{ajaxSubmit}" theme="ajax" notifyTopics="/updateOrSave" targets="tasksDIV" />



The new resulting page becomes like this

<div id="tasksDIV"> (The New Contents Here) <s:include value="tasks.jsp" /></div>


Any idea?


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to