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 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 across this error, any help would be
> appreciated.
This is exactly what would be expected if you were getting a validation
error from some other component on the page.
Have you got an h:messages tag (or similar) on the page so you can see
any validation errors?
Regards,
Simon

