RE: Displaying messages over the content - generated by the content?

2008-12-17 Thread Felix.Becker
Subject: RE: Displaying messages over the content - generated by the content? Hi Gerhard, Thank you for your answer. Unfortunately I can't use orchestra here but a prerenderer method is exactly what I need. Can it be possible to hook up something like a prerendererphase in myfaces / Trinid

RE: Displaying messages over the content - generated by the content?

2008-12-12 Thread Madhav Bhargava
Madhav Bhargava schrieb: > felix.bec...@t-systems.com schrieb: > >> Hi, >> >> I've got a JSF page divided in 2 parts - the status message area and >> the content area. The content area is positioned under the status >> message area. In the status area all messages for the user should be >> shown

Re: Displaying messages over the content - generated by the content?

2008-12-12 Thread Simon Kitching
Madhav Bhargava schrieb: > felix.bec...@t-systems.com schrieb: > >> Hi, >> >> I've got a JSF page divided in 2 parts - the status message area and >> the content area. The content area is positioned under the status >> message area. In the status area all messages for the user should be >> shown

RE: Displaying messages over the content - generated by the content?

2008-12-12 Thread Madhav Bhargava
felix.bec...@t-systems.com schrieb: > > Hi, > > I've got a JSF page divided in 2 parts - the status message area and > the content area. The content area is positioned under the status > message area. In the status area all messages for the user should be > shown - for example success messages, err

Re: Displaying messages over the content - generated by the content?

2008-12-11 Thread Simon Kitching
felix.bec...@t-systems.com schrieb: > > Hi, > > I’ve got a JSF page divided in 2 parts – the status message area and > the content area. The content area is positioned under the status > message area. In the status area all messages for the user should be > shown – for example success messages, err

Re: Displaying messages over the content - generated by the content?

2008-12-11 Thread Gerhard Petracek
; other way how solve this problem. > > > > Thank you > > > > Felix > > > -- > > *From:* Gerhard Petracek [mailto:gerhard.petra...@gmail.com] > *Sent:* Thursday, December 11, 2008 6:29 PM > *To:* MyFaces Discussion >

RE: Displaying messages over the content - generated by the content?

2008-12-11 Thread Felix.Becker
Felix From: Gerhard Petracek [mailto:gerhard.petra...@gmail.com] Sent: Thursday, December 11, 2008 6:29 PM To: MyFaces Discussion Subject: Re: Displaying messages over the content - generated by the content? hello, it's better to load it befor

Re: Displaying messages over the content - generated by the content?

2008-12-11 Thread Gerhard Petracek
hello, it's better to load it before the rendering process starts. you can do that on your own (depending on your application) or you can use e.g. a mechanism of orchestra (the prerender-method). regards, gerhard 2008/12/11 > Hi, > > > > I've got a JSF page divided in 2 parts – the status me

Displaying messages over the content - generated by the content?

2008-12-11 Thread Felix.Becker
Hi, I've got a JSF page divided in 2 parts - the status message area and the content area. The content area is positioned under the status message area. In the status area all messages for the user should be shown - for example success messages, error messages and exceptions. In my content ar