Search:

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

Search: Search took 0.01 seconds.

  1. Doesn't work for me, but I found out why. ...

    Doesn't work for me, but I found out why.
    Although I'm using JSF 2.0, I still use the external facelets library and not the JSF2-built-in-Facelets (because if I try to use built-in-facelets, I just...
  2. I use 1.6.

    I use 1.6.
  3. I don't know, if this helps, but I solved it by...

    I don't know, if this helps, but I solved it by using
    facelets-taglib-0.3_jsf-1.2-spring-3.jar

    ... which doesn't really look suitable, but it works ;)
  4. Found a solution:...

    Found a solution:
    http://spring-security-facelets-taglib.googlecode.com/svn/repo/org/springframework/security/facelets-taglib/0.3_jsf-1.2-spring-3/

    My environment ist JSF 2.0 and Spring 3. But...
  5. Spring Security Facelets Taglib: tags are irgnored

    Hi!

    I want to use Dominik Dorn's Spring Security Taglib for Facelets.
    I added the jar (facelets-taglib-0.3_jsf-2.0_spring-3.jar) and configured the namespace in my .xhtml page:
    ...
  6. CAS + Spring Security: Confusion about service and filterProcessesUrl

    Hi,

    I'm a little confused.
    My application's URL is

    http://localhost:8080/MyPrototyp/

    The relevant part of my security-config.xml looks like this:
  7. Hm... I thought the WebApp ends outside of...

    Hm... I thought the WebApp ends outside of WEB-INF... When I change .xhtml files under /ProjectFolder/WebContent/pages, the server doesn't restart.
  8. Okay, I changed the location to outside of...

    Okay, I changed the location to outside of WEB-INF
    (absoulute Path ProjectFolder/WebContent/resources/messages.properties) but still the server restarts.
    But WebContent seems to be the root...
  9. I solved this issue and the...

    I solved this issue and the MessageSourceELResolver does his work... except the server restarts, when I change my messages.properties, which is stored under /WEB-INF/resources/messages.properties...
  10. Thanks for the input :) I followed the...

    Thanks for the input :)
    I followed the instructions, but nothing happened. The EL of my <h: outoutText> is ignored, no logging output. I guess this is, because propertyResolver is deprecated....
  11. How to use ReloadableResourceBundleMessageSource and getting the messages displayed?

    Hello!

    I'd like to use ReloadableResourceBundleMessageSource for displaying messages and texts in my web application (Spring 3 + JSF 2). ReloadableResourceBundleMessageSource because I want to...
  12. I did so and it has already been accepted :)

    I did so and it has already been accepted :)
  13. Uhm... Hello?

    Uhm... Hello?
  14. facesContext.setViewRoot(..) should be called in FlowViewStateManager.restoreView(..)

    Hi,

    I think there is a bug in FlowViewStateManager.restoreView().
    After
    UIViewRoot viewRoot = restoreTreeStructure(context, viewId, renderKitId); ther should be the call ...
Results 1 to 14 of 14