Hello,
I am programming a dialog which shall be closed when the save button is clicked. The dialog is launched by clicking on a command button. On closing it, no value shall be passed back to the calling form, so I simply call: RequestContext.getCurrentInstance().returnFromDialog(null, null); When deploying this page, I get the following error: XML Parsing Error: no element found Location: http://localhost:8080/dsuche/com/service/dienstleisterDetail.xhtml?_afPfm=19 3ba149.a.1 Line Number 1, Column 1: I am using trinidad 1.0.9, jboss 4.2.2.GA and java 1.5 What am I doing wrong? With kind regards Florian Reiser

