Hi, I am using the Trinidad dialog facility and MyFaces Orchestra.
out of the box this isn't working. Trinidad's Dialog creates URLs like: /__ADFv__.xhtml?_afPfm=5c4a2651&_t=fred&_vir=/gmap/map.xhtml&loc=en but Orchestra expects a conversationContext param in that URL, like /__ADFv__.xhtml?_afPfm=5c4a2651&_t=fred&_vir=/gmap/map.xhtml&loc=en&conversationContext=1 Doing this as well: context.getExternalContext().encodeActionURL(theUrlWeCreated); it works. My main question is, before committing, why this call isn't present currently. Thx, Matthias -- Matthias Wessendorf further stuff: blog: http://matthiaswessendorf.wordpress.com/ mail: matzew-at-apache-dot-org
