Helo,
I would like to ask primefaces dialog related question.
PrimeFaces-4.0-SNAPSHOT contains new Dialog Framework that enables you to dynamically generate dialog if you return action outcome pretended with dialog:
. http://www.primefaces.org/showcase/ui/dialogFrameworkData.jsf
As I understand it takes outcome and renders it as auto generated dialog contents.
Because Primefaces 4.0 is going to take some time to complete, I was wondering if similar functionality is achievable in some other way. By similar functionality I mean showing (or rendering to) another view in dialog.
Project I am currently working on is hugely dynamic, based mostly on BPM and ability to show dialogs with dynamic content would be very useful.
UPDATE: I have been investigating Primefaces repository myself and found revision with POC dialog framework implementation: https://code.google.com/p/primefaces/source/detail?r=8808
Thanks.