Search:

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

Search: Search took 0.03 seconds.

  1. Exception handlers & messages, popups/partial rendering without JSF?

    A few questions :)

    What is the correct/preferred way of handling exceptions, specifically with the intent of translating those in to user-friendly messages? I see we can register instances of...
  2. Replies
    11
    Views
    4,840

    Problem appears to be in FlowController. ...

    Problem appears to be in FlowController.

    protected MutableAttributeMap defaultFlowExecutionInputMap(HttpServletRequest request) {
    return new LocalAttributeMap(request.getParameterMap());
    }
    ...
  3. Replies
    5
    Views
    1,063

    Yup, works fine with MyFaces. Had some other...

    Yup, works fine with MyFaces. Had some other issues with it which is why I switched to JSF-RI, but I worked around those. Jetty with the jetty-ant task has some classpath issues with JSF and I had...
  4. Replies
    5
    Views
    1,063

    I'm seeing the same thing (FF 2.0.0.11 on OSX...

    I'm seeing the same thing (FF 2.0.0.11 on OSX 10.5) and also fails with Safari 3.0.4. Using Jetty 6 as container with JSF-RI 1.2

    Specifically, it doesn't look like anything that renders fragments...
  5. Messages with Sitemesh

    Due to way sitemesh works, you can't really access any of your request scoped attributes in the decorator, at least not directly. You can, however, gain some control by using content blocks, a...
  6. Replies
    2
    Views
    731

    Excuse the bad formatting :)

    Looks like a lot of the indents got swallowed :( Oh well..
  7. Replies
    2
    Views
    731

    Helper for injecting listeners/handlers

    Thought somebody might find this useful... it's a simple FactoryBean for injecting lists of beans declared elsewhere in the context, identified by their type.

    package...
  8. Replies
    0
    Views
    1,748

    SingletonBeanFacotryLocator and WebSphere

    Anyone have any luck getting websphere (5) to have a single shared application context among multiple EJBs?

    My EAR strucuture is something like:
    myapp.ear
    - webapp1.war
    - webapp2.war
    -...
  9. Multiple instances of wizard

    I also did some prelimary work here and was able to get something simple working very quickly using an extra form parameter to discriminate between instances. But there's one issue that bothers me...
Results 1 to 9 of 9