How would I go about overriding the AuthorizationEndpoint. The spring magic makes it a little hard to see how to override a beans like AuthorizationEndpoint.
If I had the bean equivalent with...
Type: Posts; User: mroot; Keyword(s):
How would I go about overriding the AuthorizationEndpoint. The spring magic makes it a little hard to see how to override a beans like AuthorizationEndpoint.
If I had the bean equivalent with...
Has anyone found an alternative to the <security:authorize tag for JSF / webflow / spring security? I have been trying to find a way to hide buttons if the user does not have a specified role.
I solved this issue. I was missing a fllter in the web.xml
<filter-mapping>
<filter-name>richfaces</filter-name>
<servlet-name>action</servlet-name>
...
Paul,
I am able to get rich faces 3.2.1.GA working with swf 2.0.3.RELEASE. (Somewhat).
I am trying to validate if richfaces will work for a production application. I have been stuck on the...
Paul,
I have been looking at this for a couple of days. I have a test.xhtml page with just a rich:panel. When using richfaces 3.2.2.GA and go through the faces servlet it displays ok but if I go...
Paul,
I have attached my pom file.
When comparing the source from the generated html page when using richfaces 3.2.1.GA and 3.2.2.GA I notice that the style sheet is missing when using the 3.2.2.GA.
Partial fragment when using...
The only question I have with this approach is that the menu onclick will start a new flow. When the user selects a new menu item which triggers a new flow how will the old flows be terminated or...
I actually got this working by using the onclick action as shown below
<rich:menuItem submitMode="none" value="Golf Courses" onclick="document.location.href='${request.contextPath}/courses.html'"...
Has anyone tried richfaces 3.2.2.GA. I have spring webflow 2.5.5.A working with richfaces 3.2.1.GA and everything is fine. I wanted to utilize richfaces 3.2.2.GA because of chanes in the...
I have integrated richfaces 3.2.1.GA into SWF 2.5.5 and was wondering how to trigger a webflow from a richfaces menuItem. Any help would be appreciated.
I am using spring 2.0 w/ hibernate 3.2.0.ga in a web application. This application allows users to upload files that are processed in the background using a threadpool. My problem is that because...
I am using HttpInvoker from a client to a Spring enabled webapp using Spring (1.2.6) and Hibernate (3.1rc2). First of all why am I getting an error if I don't include the hibernate dependencies on...