Should the following be added as a requirements: o A managed bean can be populated by one or more action and views solely via configuration. The use of the dialog API by the user's application is not needed. Said another way, an existing JSF Bean and view, view.jsp, can be broken up into a dialog by configuring the dialog and breaking apart view.jsp into many jsp files. (Currently this is possible when using session managed beans.)
o Changes to the dialog configuration will not require a restart of the application in order to take affect. (Currently the servlet engine must be restarted or the web application must be reloaded for changes to dialog-config.xml to take affect.) Paul Spencer
