Re: Passing values between two backingBeans

2005-10-20 Thread Rafael Nami
So the updateActionListener can set fields in other BackingBean that is not the one that the page is binded If it's true, THAT's AWESOME!  2005/10/20, Matthias Wessendorf <[EMAIL PROTECTED]>: Rafael,perhaps Tomahawk's updateActionListener may help you:    value="#{currentbean.myPorperty

Re: Passing values between two backingBeans

2005-10-20 Thread Matthias Wessendorf
Rafael, perhaps Tomahawk's updateActionListener may help you: ... more on: http://wiki.apache.org/myfaces/ExecutingMethodsFromLinkButtonParameters -Matthias On 10/20/05, Rafael Nami <[EMAIL PROTECTED]> wrote: > How can I do such a thing? How can I pass the callingId to this > actionLi

Re: Passing values between two backingBeans

2005-10-20 Thread Rafael Nami
How can I do such a thing? How can I pass the callingId to this actionListener I didn't understood quite well what does a ActionListener do. Anybody can explain me?   Thanks in advance   Rafael Mauricio Nami  2005/10/20, Andrew robinson <[EMAIL PROTECTED]>: Action listener on the command button

Re: Passing values between two backingBeans

2005-10-20 Thread Andrew robinson
Action listener on the command button?On 10/20/05, Rafael Nami <[EMAIL PROTECTED]> wrote: Hi everyone. Our team have to do something like this: A calling detail page, where the user can navigate to other pages, like assign responsible, and so on. And we have to pass the callingId to the page Backin

Passing values between two backingBeans

2005-10-20 Thread Rafael Nami
Hi everyone. Our team have to do something like this: A calling detail page, where the user can navigate to other pages, like assign responsible, and so on. And we have to pass the callingId to the page Backing Bean - like, if the user is in calling detail page, there's a h:commandButton calling a