I have a JSF Bean in Request scope and onsubmit of JSF form all the bean properties are null. I did verify form fields having values before submit from Http Headers (i.e. FireFox Plugin ) The moment I click the submit button and check the values of bean properties thru logger they are null Note : The bean properties mapped to form fields are primitive types like Strings or List<SelectItem> Any pointers/suggestions are highly appreciated
-- View this message in context: http://www.nabble.com/JSF-Bean--Request-Scope---Issues-tp16851317p16851317.html Sent from the MyFaces - Users mailing list archive at Nabble.com.

