Hey guys!

Seam 1.2 works perfectly here with JSF-RI 1.2, Facelets, Ajax4JSF 1.0.7, and 
JBoss AS 4.0.5. My only problem currently is the MissingResourceException and 
ExceptionInInitializerError I'm getting.

My form has only one input field, which is an s:fileUpload 

<h:form id="register_form" enctype="multipart/form-data">
  |     <s:fileUpload id="photo" data="#{photo.data}" fileName="#{photo.name}" 
accept="image/gif,image/jpeg,image/png"/>
  |     <h:commandButton value="save" action="#{photoManager.save}" />
  | </h:form>

The faces-config.xml has this

<application>   
  |     <message-bundle>messages</message-bundle>
  |     <el-resolver>org.jboss.seam.jsf.SeamELResolver</el-resolver>
  | 
  |     <locale-config>
  |             <default-locale>en</default-locale>
  |             <supported-locale>en</supported-locale>
  |             <supported-locale>en_US</supported-locale>
  |     </locale-config>
  | </application>

My messages.properties file works for all other cases in my application. Again, 
the problem is only with s:fileUpload.

tazman


View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4028695#4028695

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4028695
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to