prettyfaces Questions
2
Solved
I'm building a simple JSF 2.3 app in tomcat 8.5. I got the websocket working, and then I added Pretty Faces.
If I use them separately, they both work. I mean, if I remove Pretty Faces' dependencie...
Gladiate asked 6/11, 2019 at 1:33
7
I'm working on a project with the following technologies:
Spring
ShiroFilter
PrettyFaces
Tomcat server
While I'm deploying it on tomcat server, I'm getting a "JSESSIONID 456jghd787aa" added at ...
Corrinacorrine asked 4/7, 2012 at 10:51
3
Solved
Suppose the following application landscape:
+-----------------+
| App server |
+-----------------+
| | +-------+
| ear1 | | |
| +-web1 (/ctx1) +--<-- http://localhost/ctx1/xxx/ --+ +--<-- h...
Alike asked 28/3, 2012 at 10:50
2
I've tried the solution from:
Primefaces FileUpload with PrettyFaces and JSF 2.2.3
But it doesn't work for a few files (tested under tomcat 7.0.50).
One of the files is:
http://ftp.carnet.h...
Groundling asked 8/4, 2014 at 16:35
1
Solved
Using JSF 2.1.29
In list.xhtml
<p:commandLink id="ownerViewLinkId" value="#{petOwner.firstName} #{petOwner.lastName} "
action="#{ownerAndPetListBean.viewPetOwnerFrmList(petOwner.id,petOwner.u...
Athletic asked 30/9, 2015 at 11:2
2
we're using a Glassfish 4.0 with JSF 2.2 (Mojarra 2.2.0) and PrettyFaces 2.0.
When trying to upload a file using h:inputFile with the corresponding form enctype="multipart/form-data", the for...
Willett asked 7/3, 2014 at 9:4
1
Solved
I'v already check similar questions which declare that JSF 2.1 had this bug, but I'm using JSF 2.2 Let's detail:
My environment:
CDI: 1.1
Dynamic Web Module: 3.0
Java: 1.7
JSF: 2.2
PrettyFaces:...
Koslo asked 21/5, 2015 at 16:4
3
Solved
I'm having some problems with PrettyFaces on the pages I use <p:fileupload>.
When I disable the PrettyFaces filter on the page, everything works just fine. When I put it back, I can see the ...
Ab asked 10/12, 2013 at 10:31
2
Solved
I've inserted a <p:fileUpload /> component into my JSF 2.1.5 application. I'm using PrimeFaces 3.4.1. This component is backed by a @ViewScoped bean. I have my form in this way:
<?xml ver...
Chapell asked 10/1, 2013 at 14:32
2
Solved
I am using PrettyFaces in my JSF application. The site requires authentication to access some pages, so I'm using a listener (prerender view) that checks whether the user is logged in. So, if the u...
Charlottetown asked 12/10, 2011 at 10:47
1
Solved
Using Tomcat 7 --- Primefaces 3.4.1 --- javax faces 2.1.17 --- prettyfaces-jsf2 3.3.3
I configured pretty faces on my project correctly but my web filters are not working with new urls which are w...
Throat asked 25/3, 2013 at 1:14
1
"Error 500: com.ocpsoft.pretty.PrettyFilter incompatible with javax.servlet.Filter"
JSF2.1.2
Prettyfaces-jsf2-3.3.2
Primefaces 3.2
WebSphere Application Server 7.0.0.9
Tried with adding cus...
Novercal asked 18/8, 2012 at 14:42
1
Solved
Developing web application in Java EE with JSF. All pages are secured from viewing by authentication form with action 'j_security_check' and inputs 'j_username' and 'j_password'.
After successful ...
Ouachita asked 5/6, 2012 at 18:44
3
Solved
I have a Spring 2.5 application that contains a Flash banner. I don't have the source for the Flash component but it has links hardcoded to certain pages that end in .html I want to be able to redi...
Puritanism asked 25/2, 2010 at 0:1
3
Solved
I'm new to JSF and PrettyFaces. So by now i found out that i can configure PrettyFaces to "forward" the request to the right .xhtml file. The problem is, that i (or a user, in case he knows my fold...
Feininger asked 3/8, 2011 at 9:11
1
© 2022 - 2024 — McMap. All rights reserved.