Web Flow JSF Ajax Form Disappears
Hi,
I'm currently using SWF with JSF and I have a fragment that gets updated upon form submit. I'm submitting this form using a sf:commandButton with ajaxEnabled='true'. When this happens my form is submitted but is then removed from the DOM. I want to keep this form for multiple submits. Is this currently possible using my current approach or does anyone have any alternate suggestions?
Thanks
Just to let people know I've fixed this by moving the fragment results into a seperate form. My application now contains a form for the fragment results and one for the submitting form. |