You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@myfaces.apache.org by Stephen Friedrich <tr...@eekboom.com> on 2008/05/07 00:51:20 UTC

Re: Antwort: [Trinidad] Lightweight dialogs and Seam conversations?

Hooray, I finally found a way that works with current Trinidad and Seam versions
for both heavyweight and lighweight dialogs.
See
http://wiki.apache.org/myfaces/Trinidad_And_Seam

wolfgang.toepfer@pta.de wrote:
> 
> There is a Seam JIRA issue with priority minor assigned to it (actually 
> I wonder why minor..)
> so. one day, it will probably be solved :<
> 
> Our current approach is simply to put the required data from the main 
> conversation into the newly created one,
> which is done automatically by Seam if you use the Trinidad 'useWindow' 
> tags such as commandButton.
> 
> The result values are sent back by means of the ReturnEvent.
> 
> When the dialog is closed, the new conversation is closed as well and 
> the system is switched back to the main one.
>  
> 
> 
> *Stephen Friedrich <tr...@eekboom.com>*
> 
> 04.04.2008 14:26
> Bitte antworten an
> "MyFaces Discussion" <us...@myfaces.apache.org>
> 
> 
> 	
> An
> 	<us...@myfaces.apache.org>
> Kopie
> 	
> Thema
> 	[Trinidad] Lightweight dialogs and Seam conversations?
> 
> 
> 	
> 
> 
> 
> 
> 
> Any body has an idea how to make Trinidad's lighweight dialogs work with 
> Seam conversations?
> 
> The "old" solution from the Wiki does not work  ( 
> http://wiki.apache.org/myfaces/Trinidad_And_Seam ).
> 


Antwort: Re: Antwort: [Trinidad] Lightweight dialogs and Seam conversations?

Posted by wo...@pta.de.
Hi Stephen,

Congratulations! We tested it and it also works 

- without explicitly setting the conversation id in components.xml 
- and without passing the cid parameter by f:param

The versions we used are: Trinidad 1.2.5 and Seam 2.0.1

Thanks so much! May I invite you to a beer or two? :))

Best wishes
Wolfgang 




Stephen Friedrich <tr...@eekboom.com> 
07.05.2008 00:51
Bitte antworten an
"MyFaces Discussion" <us...@myfaces.apache.org>


An
MyFaces Discussion <us...@myfaces.apache.org>
Kopie

Thema
Re: Antwort: [Trinidad] Lightweight dialogs and Seam conversations? 






Hooray, I finally found a way that works with current Trinidad and Seam 
versions
for both heavyweight and lighweight dialogs.
See
http://wiki.apache.org/myfaces/Trinidad_And_Seam

wolfgang.toepfer@pta.de wrote:
> 
> There is a Seam JIRA issue with priority minor assigned to it (actually 
> I wonder why minor..)
> so. one day, it will probably be solved :<
> 
> Our current approach is simply to put the required data from the main 
> conversation into the newly created one,
> which is done automatically by Seam if you use the Trinidad 'useWindow' 
> tags such as commandButton.
> 
> The result values are sent back by means of the ReturnEvent.
> 
> When the dialog is closed, the new conversation is closed as well and 
> the system is switched back to the main one.
> 
> 
> 
> *Stephen Friedrich <tr...@eekboom.com>*
> 
> 04.04.2008 14:26
> Bitte antworten an
> "MyFaces Discussion" <us...@myfaces.apache.org>
> 
> 
> 
> An
>                <us...@myfaces.apache.org>
> Kopie
> 
> Thema
>                [Trinidad] Lightweight dialogs and Seam conversations?
> 
> 
> 
> 
> 
> 
> 
> 
> Any body has an idea how to make Trinidad's lighweight dialogs work with 

> Seam conversations?
> 
> The "old" solution from the Wiki does not work  ( 
> http://wiki.apache.org/myfaces/Trinidad_And_Seam ).
>