[jboss-user] [JBoss Seam] - Re: Error creating component org.jboss.seam.core.resourceBun

mars1412 do-not-reply at jboss.com
Mon Feb 4 07:29:00 EST 2008


"saasira" wrote : I am also facing probolem in loading my own messagebundle
  | 
  | In components.xml I have 
  |  <core:resource-loader>
  |               <core:bundle-names>
  | 						messages
  |                        mycompany_messages
  |                </core:bundle-names>
  |        </core:resource-loader>
  | 

didn't U forget the 'value' tags?

 <core:resource-loader>
  |    	<core:bundle-names>
  |    		<value>messages</value>
  |    		<value>mycompany_messages</value>
  |    	</core:bundle-names>
  |    </core:resource-loader>
  | 

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

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126126



More information about the jboss-user mailing list