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
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
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
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
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-
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
//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
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