action method not getting invoked unless immediate = true

2006-11-13 Thread bs
Hey guys,iam writing a sample program where i accept input from text field and on submit i display the values, for some reason that i dont understand the action method is not getting invoked.if i use immediate = true, the input values are not getting captured, this is the first time iam coming acro

Re: action method not getting invoked unless immediate = true

2006-11-13 Thread Simon Kitching
bs wrote: iam writing a sample program where i accept input from text field and on submit i display the values, for some reason that i dont understand the action method is not getting invoked. if i use immediate = true, the input values are not getting captured, this is the first time iam comin

Re: action method not getting invoked unless immediate = true

2006-11-13 Thread Jeff Bischoff
As a first step, make sure you have an h:messages tag somewhere on your page. bs wrote: Hey guys, iam writing a sample program where i accept input from text field and on submit i display the values, for some reason that i dont understand the action method is not getting invoked. if i use imme

Re: action method not getting invoked unless immediate = true

2006-11-13 Thread Gerald Müllan
Hehe..i like the new gmail feature of updating conversations while writing very much. Wanted to post the same.. regards, Gerald On 11/13/06, Simon Kitching <[EMAIL PROTECTED]> wrote: bs wrote: > iam writing a sample program where i accept input from text field and > on submit i display the va

Re: action method not getting invoked unless immediate = true

2006-11-13 Thread bs
Thank you all for replying, i just put h:messages, i do get some error, let me debug and hopefully that would solve my problemsOn 11/13/06, Simon Kitching <[EMAIL PROTECTED]> wrote: bs wrote:> iam writing a sample program where i accept input from text field and> on submit i display the values, fo

Re: action method not getting invoked unless immediate = true

2006-11-13 Thread bs
Yes my problem got solved, my getter method in the backing bean was not  using the proper "case". Thank you all Once again.On 11/13/06, Gerald Müllan <[EMAIL PROTECTED]> wrote:Hehe..i like the new gmail feature of updating conversations while writing very much.Wanted to post the same..regards,Gera