Search:

Type: Posts; User: mroot; Keyword(s):

Search: Search took 0.02 seconds.

  1. Replies
    1
    Views
    150

    Overriding AuthorizationEndpoint

    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...
  2. Replies
    8
    Views
    7,155

    Has anyone found an alternative to the...

    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.
  3. Replies
    11
    Views
    3,878

    I solved this issue. I was missing a fllter in...

    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>
    ...
  4. Replies
    11
    Views
    3,878

    Paul, I am able to get rich faces 3.2.1.GA...

    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...
  5. Replies
    11
    Views
    3,878

    Paul, I have been looking at this for a couple...

    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...
  6. Replies
    11
    Views
    3,878

    Paul, I have attached my pom file.

    Paul,

    I have attached my pom file.
  7. Replies
    11
    Views
    3,878

    When comparing the source from the generated html...

    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...
  8. Replies
    7
    Views
    1,865

    Question on cleaning up the flow

    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...
  9. Replies
    7
    Views
    1,865

    Solved by using onclick

    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'"...
  10. Replies
    11
    Views
    3,878

    problem with richfaces 3.2.2.GA

    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...
  11. Replies
    7
    Views
    1,865

    Triggering a SWF 2.0 flow from rich:menuItem

    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.
  12. Replies
    1
    Views
    1,299

    Hibernate with ThreadPool

    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...
  13. LazyInitializationException occuring using HttpInvoker

    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...
Results 1 to 13 of 13