Is there a way to configure MessageResource instances with desired 
characteristics ?

e.g. in struts there is a MessageResourceFactory where a special instance of a 
resourceBundle can be given to the web-fontend perhaps to handle missing keys 
more elegantly than throwing a MissinResourceException. Is there any 
possibility within seam/jsf to inject my own "ResourceBundleImplementation" and 
then use it in the webpage ?

<fmt:setBundle basename="messages"/>
  | <fmt:message key="a key from my resourcebundle with specific 
errorhandling"/>
  | or
  | <h:outputText value="messages['a key from my resourcebundle with specific 
errorhandling']"/>

any hint on that is appreciated

thx





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

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


-------------------------------------------------------
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://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to