Re: [Trinidad] Dialog - DialogRequest.java

2007-11-06 Thread Matthias Wessendorf
fixed (TRINIDAD-800 created as a marker) On 11/6/07, Adam Winer [EMAIL PROTECTED] wrote: Sounds like the right thing to do. -- Adam On 11/4/07, Matthias Wessendorf [EMAIL PROTECTED] wrote: ok, no complains, here On 10/30/07, Matthias Wessendorf [EMAIL PROTECTED] wrote: Hi Mario,

Re: [Trinidad] Dialog - DialogRequest.java

2007-11-05 Thread Adam Winer
Sounds like the right thing to do. -- Adam On 11/4/07, Matthias Wessendorf [EMAIL PROTECTED] wrote: ok, no complains, here On 10/30/07, Matthias Wessendorf [EMAIL PROTECTED] wrote: Hi Mario, yes, but since this isn't there since a long time, I am asking. Orchestra is really nice :-)

Re: [Trinidad] Dialog - DialogRequest.java

2007-11-04 Thread Matthias Wessendorf
ok, no complains, here On 10/30/07, Matthias Wessendorf [EMAIL PROTECTED] wrote: Hi Mario, yes, but since this isn't there since a long time, I am asking. Orchestra is really nice :-) -M On 10/30/07, Mario Ivankovits [EMAIL PROTECTED] wrote: Hi Matthias! but Orchestra expects a

[Trinidad] Dialog - DialogRequest.java

2007-10-30 Thread Matthias Wessendorf
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.xhtmlloc=en but Orchestra expects a conversationContext param in that URL, like

Re: [Trinidad] Dialog - DialogRequest.java

2007-10-30 Thread Mario Ivankovits
Hi Matthias! but Orchestra expects a conversationContext param in that URL, like /__ADFv__.xhtml?_afPfm=5c4a2651_t=fred_vir=/gmap/map.xhtmlloc=enconversationContext=1 Doing this as well: context.getExternalContext().encodeActionURL(theUrlWeCreated); I don't know anything about Trinidad, but