[jboss-user] [JBoss Seam] - Re: Log4j Configuration for Seam 2

2008-01-07 Thread jbossja
Thanks for your prompt reply. Can you please tell me how to do the configuration from within the application? I don't want to alter any jboss config files. All my log4j configurations should be from within my seam web app. I have seen some posts about using log4j.properties under WEB-INF but c

[jboss-user] [JBoss Seam] - Log4j Configuration for Seam 2

2008-01-07 Thread jbossja
Hi, I need some help on how to configure log4j. I'm using jboss-4.2.1GA, Seam 2.0.0GA. Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4117496#4117496 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4117496 _

[jboss-user] [JBoss Seam] - Re: Load Resource Bundle

2007-04-10 Thread jbossja
Hi all, Can anybody help me with this issue plz?[/img] View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4036223#4036223 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4036223 ___

[jboss-user] [JBoss Seam] - Re: Load Resource Bundle

2007-04-04 Thread jbossja
Hi knuwu, Yes I do have a messages_fr.properties in my WEB-INF/classes directory. I can access the properties file in my jsf pages via . The problem is when I'm loading the Resource Bundle in my bean class to populate a drop down list with values that are locale-sensitive. I have tried what you

[jboss-user] [JBoss Seam] - Load Resource Bundle

2007-04-04 Thread jbossja
Hi, I'm trying to load a Resource Bundle for a particular Locale. In faces-config.xml I have: | messages | | fr | fr | | And in my Bean I load the current Locale in this way: | LocaleSelector localeSelector =