Here's the problem I'm experiencing... 1) I navigate to the web app URL (in my case, http://localhost:8080/SampleAppWeb/register.jsf) 2) I fill out the form from the sample seam application (a username field, real name field, and password field) 3) I submit the form.
When I submit the form, it reloads the form with the following addition: an unordered list containing three list items, each of which read "Conversion Error". From what I've been able to Google, this is a standard JSF validation error message when the data entered into a form field doesn't match the expected type. My theory is that the user bean is not being deployed correctly, and therefore when it trys to do the seam component lookup it gets nothing, and JSF is mis-interpreting this as a validation error. Or, I could be entirely off my rocker... which has, on occasion, been known to happen. :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3915649#3915649 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3915649 ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
