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...
Type: Posts; User: MatthiasLeis; Keyword(s):
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...
I use 1.6.
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 ;)
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...
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:
...
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:
Hm... I thought the WebApp ends outside of WEB-INF... When I change .xhtml files under /ProjectFolder/WebContent/pages, the server doesn't restart.
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...
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...
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....
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...
I did so and it has already been accepted :)
Uhm... Hello?
Hi,
I think there is a bug in FlowViewStateManager.restoreView().
After
UIViewRoot viewRoot = restoreTreeStructure(context, viewId, renderKitId); ther should be the call ...