Re: jsf component tree processing with ajax call

2008-10-17 Thread Moreno Cornaz
I'm using: - tomahawk 1.1.6 and richFaces 3.1.5 - myfaces 1.1.5 Thanks 2008/10/17 Simon Kitching <[EMAIL PROTECTED]> > Moreno Cornaz schrieb: > > Hello everybody. >> >> I have a page that has two panel P1 and P2. When P1 is rendered P2 is not >> and vice

jsf component tree processing with ajax call

2008-10-17 Thread Moreno Cornaz
Hello everybody. I have a page that has two panel P1 and P2. When P1 is rendered P2 is not and vice versa. If a make an ajax call in P1 (for example an ajax support with ajaxSingle="true "on a inputText ) that make P2 rendered and P1 not rendered I expected jsf processing only the part of the tree

Re: problem with jsf validation

2008-10-16 Thread Moreno Cornaz
I've noticed that the problem with the validation happens only if i go to the next page through a h:ouputLink. If I use a t:commandLink everything works fine! 2008/10/16 Moreno Cornaz <[EMAIL PROTECTED]> > Yes, maybe I've bean a little short... > > I have defined a meth

Re: problem with jsf validation

2008-10-16 Thread Moreno Cornaz
ated if a validation is failed before Thanks Moreno 2008/10/16 Simon Kitching <[EMAIL PROTECTED]> > Moreno Cornaz schrieb: > > Hello >> >> I have a page with some input field whose values when I enter the page are >> taken from a bean (and set in the onLoad of

problem with jsf validation

2008-10-16 Thread Moreno Cornaz
Hello I have a page with some input field whose values when I enter the page are taken from a bean (and set in the onLoad of the page). If I insert a value that cause the validation of that fields to fail and than I quit the page, when I come back to that page I found in the fields the values that

Re: orchestra conversation problem with popup window

2008-10-14 Thread Moreno Cornaz
2008/10/14 Simon Kitching <[EMAIL PROTECTED]> > Moreno Cornaz schrieb: > > Hi everybody. >> >> I have two pages P1 and P2 each one associated with 'its own bean', say >> Bean1 and Bean2, defined in the same conversation. In addition P1 has >&

orchestra conversation problem with popup window

2008-10-14 Thread Moreno Cornaz
Hi everybody. I have two pages P1 and P2 each one associated with 'its own bean', say Bean1 and Bean2, defined in the same conversation. In addition P1 has reference to another bean, say Bean1A that has it's own conversation (all defined through Spring). P2 is opened form P1 as a popup window with

Re: orchestra conversation

2008-10-14 Thread Moreno Cornaz
e the bean it's deleted. So i think it works, and it was my mistake... sorry. 2008/10/9 Simon Kitching <[EMAIL PROTECTED]> > On Tue, 2008-10-07 at 18:33 +0200, Moreno Cornaz wrote: > > Hello Simon. > > I tried your tip and it seems to work fine. I'm sorry to t

Re: orchestra conversation

2008-10-07 Thread Moreno Cornaz
ted! in the new page I have no reference to that bean, and that bean is the only one in the conversation. Regards and thanks. 2008/9/14 Simon Kitching <[EMAIL PROTECTED]> > Hi Moreno, > > On Tue, 2008-09-09 at 19:27 +0200, Moreno Cornaz wrote: > > Hello everybody. > >

orchestra conversation

2008-09-09 Thread Moreno Cornaz
Hello everybody. > > I'm using my-faces-orchestra 1.1 library with Tomcat 6.0, spring 2.0, > myfaces 1.1.5 and I'm facing the following problem: > > - I define a bean with scope 'conversation.access'. When, from a window I > open a new popup window, I lose the bean in the new window (that is, the >