[appfuse-user] How to change the locale programmatically

2008-07-28 Thread Martin Homik
Setting: Basic-Struts2-AppFuse 2.0.2-with core classes In my scenario, my User has a default language which might differ from the browser's locale. Hence, I'd like to change the locale programmatically relative to the user's default language. There are two ways to do this: 1. Store the locale pr

Re: [appfuse-user] JMS

2008-07-28 Thread mettamara
While I haven't done it personally, I know Spring has some JMS support and assume it would be the best way to integrate with AppFuse... http://static.springframework.org/spring/docs/2.5.x/reference/jms.htmll Anshu Dhamija wrote: > > Hi All > > I want to implement JMS in my appfus

[appfuse-user] Login Redirect problem after 2.0.2 upgrade

2008-07-28 Thread mettamara
After doing the 2.0.2 upgrade (struts) the redirect to login page for not-logged in users is no longer occurring for me. The default/ mainMenu page gives a blank result with no notification in the log and going to another page gives a struts error complaining about No result defined for action com

[appfuse-user] tomcat cluster

2008-07-28 Thread nch
Hi, there. I'm developing an appfuse (spring modular) based app. I have a requirement to deploy this app on an apache/mod_jk balanced tomcat cluster with session replication but _no_ sticky session. I deployed appfuse on such env. and played for a while with it. I can see that, quite fre

Re: [appfuse-user] Can't resolve taglib in taglibs.jsp

2008-07-28 Thread Martin Homik
H ... fixed. But why? Changed <%@ taglib uri="http://www.appfuse.org/tags/struts"; prefix="appfuse" %> To <%@ taglib uri="http://www.appfuse.org/tags/spring"; prefix="appfuse" %> Martin -- View this message in context: http://www.nabble.com/Can%27t-resolve-taglib-in-taglibs.jsp-

[appfuse-user] Can't resolve taglib in taglibs.jsp

2008-07-28 Thread Martin Homik
I've been working on my project happily until I ran a "mvn clean" this morning. Now, I cannot access the signup page nor run a Login integration test. I get the info that a taglib cannot be resolved. Login: [INFO] [talledLocalContainer] 28.07.2008 16:10:56 org.apache.catalina.core.StandardWra

[appfuse-user] DriverManagerDataSource with appfuse

2008-07-28 Thread Miguel Romero
//users@appfuse.dev.java.net hi, i´m trying use "org.springframework.jdbc.datasource.DriverManagerDataSource" to around my problem of connect with distinct users in my datasource. reource.xml dao.xml

[appfuse-user] JMS

2008-07-28 Thread Anshu Dhamija
Hi All I want to implement JMS in my appfuse project is there any support for this in appfuse 2.0.How can I do that. Regards Anshu