Antwort: Re: bean getter and setter with parameters.

2004-12-22 Thread christian . rueedi
scussion <[EMAIL PROTECTED]>         Kopie:                 Thema:        Re: bean getter and setter with parameters. There is no way to achieve this behavior with ValueBindings, which all components need. On Tue, 21 Dec 2004 10:52:39 -0500, Srikanth Madarapu <[EMAIL PROTECTED]> wrote:

Re: bean getter and setter with parameters.

2004-12-21 Thread Heath Borders
There is no way to achieve this behavior with ValueBindings, which all components need. On Tue, 21 Dec 2004 10:52:39 -0500, Srikanth Madarapu <[EMAIL PROTECTED]> wrote: > Hi > > I have a managed bean with a getter that requires a parameter ( I have a > situation where I need to pass a paramete

bean getter and setter with parameters.

2004-12-21 Thread Srikanth Madarapu
Hi I have a managed bean with a getter that requires a parameter ( I have a situation where I need to pass a parameter to this getter ). What happens when submitting the form, will the property setter be called with the same parameter to the corresponding setter. For example: the managed b