Yep - that is indeed the problem. Thanks.
Type: Posts; User: the_fryar; Keyword(s):
Yep - that is indeed the problem. Thanks.
Did you find the info you were looking for? I am currently working on a Spring / Flex / Hibernate project that is using maven to build multiple modules for the client and server side components.
...
Does anyone know what would cause the following problem?
12:14:32,405 ERROR DispatcherServlet:290 - Context initialization failed
org.springframework.beans.factory.BeanCreationException:...
I have recently started working with flex and the spring integration was the first question that came to my mind. What I plan on doing is integrating my flex apps with spring via web services.
...
I don't think you want to be using a filter for this. What I have done to secure Xfire webservices with Acegi is write a custom handler that extracts the credentials from the SOAP header and...
You can actually route all your urls through the spring dispatcher servlet and map url for the static page to an instance of UrlFilenameViewController.
Erwin,
Thanks for the reply. My problem ended up being with how I was handling the attributes. I was trying to initialize an attribute the following way:
<flow ....>
<attribute...
I had basically the same question. I tried passing view names from a parent flow to a subflow and refering that input mapping in my view, but it didn't work. You can see more at thread below.
...
Is there a way to dynamically resolve view names in a view state based on an attribute or property in some scope?
I am attempting to create a generic subflow that will be reused within other...
thx - that did the trick.
Hello,
Is there a way to unit test action classes that interact with the ServletExternalContext? It seems as though a MockServletExternalContext would be necessary, but I do not see such a class....