Hey all,
I was wondering, do AjaxForms which are encapsulated in a Dialog always end
up submitting the page normally, i.e. causing a page refresh? I've got this
piece of code which shows a dialog when a button is clicked. Inside the
dialog, I create a form (simplified here to just include a save button). When
I click save though, it looks like the form is submitting normal and the
entire page refreshes. Here is the code fragment for the dialog:
<div jwcid="[EMAIL PROTECTED]:Dialog" hidden="ognl:dialogHidden">
        <form jwcid="[EMAIL PROTECTED]:AjaxForm" delegate="ognl:beans.delegate">
                <input jwcid="@tacos:AjaxSubmit"
                        updateComponents="ognl:{'referenceItemTableTool'}"
                        action="listener:onSave" value="Save"/>
        </form>
</div>

Any ideas how I can refresh only part of the page. Thanks,
Andrew


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Tacos-devel mailing list
Tacos-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tacos-devel

Reply via email to