I can see expected out put coming back. And when I view the page source it's even there in the right place but not rendered on the browser!
On both FF and IE




Mansour wrote:
Seriously, no one can answer this one?

OK, the DIV is not updating at all now. Do i need to use JS to manually set the content of the DIV ?
Shouldn't it update auto magically?

Mansour wrote:
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]




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




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

Reply via email to