Since we are using Spring Web Flow 2.0 and Facelets as well, I was able to use the booking-faces sample which comes with the download as a template for configuring Spring Security on our application.
Type: Posts; User: hbooth3; Keyword(s):
Since we are using Spring Web Flow 2.0 and Facelets as well, I was able to use the booking-faces sample which comes with the download as a template for configuring Spring Security on our application.
Sorry for the delayed response.
I made the change in the security-config.xml you made (updating the schema location)
The custom-filter position was already in the file I had:...
I am still trying to figure out everything for Spring Security 2.0 (worked with Acegi before), but from reading the docs you should be able to set-up your own custom filter chain (after making the...
I am not 100% about the "correct" way to do this, but the end-state element has a view attribute. Wouldn't that accomplish what you want?
Not sure whether this can be considered a JIRA issue, but if you try to use the booking-faces sample which comes with Spring Webflow 2.0.0 with Spring Security 2.0.1 you will receive the following...
I am in the process of trying to integrate JSF, Spring Web Flow, and Spring Security myself. While trying to find some pointers how to accomplish this I came across this posting (as well as many...
This question probably belongs in the Web forum but I think the solution to the problem can be found by looking at the Options tag. There is an itemValue and itemLabel parameter which can be mapped...
This question pertains to Webflow 2.0.0 RC1
Is there an extension point which will allow for a different algorithm when generating flow identifiers with flow-location-pattern?
I would like to...
After some testing I tracked down why my application works and the swf-phonebook sample did not.
My application is using Tiles 2.0.5 (we recently switched from Struts/Tiles 1.2). Originally I had...
Sorry about that. I just tried the phonebook sample application and I see the same thing. (Glassfish V2 Update 1, Spring Framework 2.5, Spring Webflow 1.0.5)
I am at home today, but when I am next...
Just downloaded and installed Glassfish V2 Update 1 (v2ur1-b09d) and tested out this problem using my application and it appears that it has been fixed. No need for odd syntax or specifying the url...
I found a workaround for this problem which is a little better than putting the link name into the action. Instead put "?" for the action value. I tested this out and seems to work as expected. I...
Oops, I posted the wrong code snippet from StateManagerImpl (That's what I get for posting at the end of the day in a hurry). The code snippet in the original post is where the test project I...
I am trying to get an application to work with SWF 2.0-M2, Glassfish V2.0, and JSF 1.2 RI (1.2_07-b03). I initially tried to get the swf-booking-jsf example working and then tried converting a test...