JSF and Ajax4JSF on WebSphere 6.1 --> Problem with Form Submission
Posted
by Shamik
on Stack Overflow
See other posts from Stack Overflow
or by Shamik
Published on 2010-04-16T16:50:59Z
Indexed on
2010/04/16
16:53 UTC
Read the original article
Hit count: 282
Has anyone setup JSF1.1 with Ajax4JSF on websphere 6.1 ? I followed the instructions as mentioned in the developer guide . The problem that I am facing is that once I use a4j:support
on any of my h:inputText
item, the form values are not getting set in the backing bean on the submission of the form. I do have <h:messages>
tag present just above the form so that all the problems should be reported there but I do not see any error message once I submit the form.
But I do see that the values are not getting set. I need to find the solution as early as possible otherwise I probably have to throw the ajax4jsf framework and write javascripts instead :(
© Stack Overflow or respective owner