Tagged Questions
0
votes
0answers
11 views
jsf tag not rendered in error page
I have configured error page for HTTP 404 error in web.xml like this
<error-page>
<error-code>404</error-code>
<location>/Common/error.jspx</location>
...
0
votes
0answers
33 views
primefaces: p:pickList doesn't update the source and target
i have been accessing the p:picklist for the first time and i am facing a issue where i am not able to get source and target values updated as in the p:picklist ui. I am using list of DualListModel. ...
0
votes
1answer
15 views
DecimalFormat is being overridden by server settings
Currently I'm having a problem displaying formatted decimals. In my local machine I have a decimal value: 0.002100000000 stored in database.
<h:outputText value="0.002100000000" ...
0
votes
1answer
14 views
JSF 2 can't find my xhml files
I have a web jsf project, with, inside my Web Pages directory:
/WEB-INF
/faces
/res
index.jsp
My faces dir got the files all.xhtml and login.xhtml.
My web.xml
<servlet-mapping>
...
0
votes
0answers
13 views
Strange behaviour manageProperty annotation -
I'm trying to modify a property of a session bean in two different points but it works only in one case.
My MenuBean has a SessionBean with manageProperty annotation, and in my logout method I set the ...
0
votes
0answers
16 views
JSF related project facets not appearing in Eclipse Juno
I'm trying to create a dynamic web project with JSF 2.0 configuration in Eclipse Java EE Juno SR1. I have installed WTP tools from http://download.eclipse.org/releases/juno/.
I use Java 1.6
I face ...
0
votes
0answers
33 views
Printing functionality in java web application
I am trying to print a pdf document from my jsf web application.
When I call the method findPrinter() from main method, PrintServices are found, but when I call this method from web page ...
0
votes
0answers
19 views
Migrating from Richfaces-4.1.0.Final to Richfaces-4.3.2.Final
Recently I was trying to upgrade my application from RF-4.1.0.Final to RF-4.3.2.Final.
Application Server I am using is Tomcat-7 and the project is built using Maven.
Few issues that I had faced:
...
0
votes
0answers
24 views
Resize Primefaces Dialog
I wanna know in primefaces 3.4 and above how can I resize a p:dialog; the reason is that I need to show a dialog and when the user submit some information the same dialog must be update with the new ...
1
vote
1answer
29 views
`ViewScoped` bean gets re-created after `<f:actionListener>` added? [duplicate]
My JSF backing bean is ViewScoped.
Since I've added another action listener, the bean gets re-created even the view hasn't changed.
@ManagedBean (name="EncryptionBean")
@ViewScoped
public class ...
0
votes
1answer
21 views
Could not found deployment directory in JBoss 7.1.1 [duplicate]
When I upload myapp.war file to JBoss 7.1.1 to deploy my web application, I could not find myapp.war folder under `/standalone/deployments' directory.
Where can I find my application directory in ...
0
votes
0answers
25 views
How to stop a4j:ajax component in richfaces from reloading the complete default component?
I am developing application in richfaces 4.x . I am stuck while using the rich:select along with a4j:ajax .
Following is the code snipplet-
`
<rich:panel id="test" style="min-width: 604px; ...
0
votes
2answers
48 views
Passing variable to another view: best practice
I've got a form in a view, for example say:
form.xhtml
<h:form>
<h:panelGrid columns="2">
<h:outputLabel value="Name" />
<h:inputText value="#{bean.name}" ...
0
votes
1answer
37 views
@EJB injection in a Custom UserdetailsService (implementing Spring Security UserDetailsService)
I'm using glassfish 3.1.2 in a JPA/EJB 3/JSF 2/Spring Security 3 in my application.
I want to write a custom UserdetailsService like this one:
import org.apache.log4j.Logger;
import ...
0
votes
1answer
23 views
java.io.NotSerializableException: com.sun.faces.context.FacesContextImpl weblogic
I am using PrimeFaces2.0 in my project ,I found following error once deploy my application on weblogic clustering environment .
Would any body have any idea why it can happen
...
1
vote
1answer
36 views
JSF or PrimeFaces searcheable treeview control
Is there a JSF or PrimeFaces control which is a "searchable" treeview? I am thinking similar to the Eclipse "options", where you type in some text into a searchbox and the treeview autoupdates ...
0
votes
0answers
23 views
Http session and @ViewScoped map location
I was thinking of switching to a distributed key-value store for http session data when suddenly @ViewScoped beans came to my mind. They also persist their state of the view in a Map<String, ...
1
vote
2answers
39 views
hanlding a ui:repeat that returns empy value
I have a ui:repeat that returns a list of entity. Is there any way to know that the returned list is empty?
<ui:repeat id="resulta" value="#{testController.testList}" var="list">
...
1
vote
1answer
69 views
How to position a p:dialog in Prime Faces after its resizing
I have a Prime Faces p:dialog that has been resized while new components are inserted when opened ('show' state). However its position doesn't change and it's size is increasing from the down left ...
0
votes
0answers
27 views
3D library computable with JSF
I need to create 3D animation in my project (JSF)
I am looking for a 3D free libraries which can be used in a JSF web application.
The API should be computable with IE, Chrome & FF, easy to ...
0
votes
1answer
44 views
Map as backing property for rich:pickList
I want to use Map<String, List<Object>> as a backing property for rich:pickList as follows:
<ui:repeat value="#{bean.selectedMap.entrySet" var="entry"} >
...
0
votes
1answer
35 views
xhtml not showing session scoped values
I have a ManagedBean that is Session Scoped that injects another two Session Scoped Beans, they both have their proper getter and setters.
My class is as follows:
@ManagedBean(name="oneClass")
...
0
votes
2answers
57 views
Prettyfaces, it's not been resolved?
I'm trying to build custom URL as prettyfaces tells that it do, but after setup it, it gives me this error:
Referenced file contains errors ...
-1
votes
0answers
39 views
Java EE project with JSF 2 can't support URL pattern *.jsf
I created a Java EE project with JSF 2, Hibernate and Spring and added all necessary jars.
When I put in the URL pattern *.jsf and run the application my home page is empty and the JSF components ...
0
votes
1answer
68 views
PrimeFaces dialog lazy loading (dynamic=“true”) does not work?
I have recently changed all my beans from RequestScoped to ViewScoped. Suddenly, the lazy loading of dialogs does not work. I am using PrimeFaces JSF library.
<html>
<h:body>
...
0
votes
0answers
24 views
Have issue in select/unselect all in a single select on p:dialog open & close
<p:column id="slebox">
<f:facet name="header">
Action
...
0
votes
0answers
49 views
Google authentication and gmail access in java
I am working on a JSF application.
In which a user should be able to login with gmail/google apps account (redirected to google login page and returned after authentication)
and user should be able ...
0
votes
0answers
36 views
Changing model behind inputText fields with ajax by selecting from a combo box
this is where I'm stuck with an IMHO simple requirement for a JSF2.0/Ajax and I'd really appreciate to hear about a clean way to achieve this:
I arranged a combo and several inputTexts fields ...
...
0
votes
0answers
43 views
JSF2 error when deploying to Glassfish Application Server from Eclipse
Hi guys I am trying to run my jsf2 application, everything works fine with Tomcat but when I try to run it through Glassfish it throws this error:
Publishing failed cannot Deploy JsfProject ...
0
votes
1answer
37 views
Insert horizontal line separator in between rows of Datatable in JSF 2.0
How to Insert horizontal line separator in between the rows of h:datatable in JSF 2.0
0
votes
2answers
127 views
How to add Facebook login account on website using JSF 2.0
I am trying to create a website where it has "login or register" feature. Nowadays, every website gives login with facebook/twitter or gmail account. I would also like to do the same thing. I am ...
0
votes
0answers
55 views
Sort/Filter dynamically generated column of <p:dataTable>
I am facing problem to filter/sort a column role(Lazy DataModel) of datatable which is not a property of entity class , because the column value is created dynamically
dependent on user currently ...
0
votes
0answers
59 views
How to call java method from p:contextMenu
I have a datatable which is used to display array list of objects. I want to add p:contextMenu in order to click with the right button and to remove row from the table. I added the p:contextMenu on ...
0
votes
0answers
21 views
How to internationalize f:selectItems that holds data from database?
I have h:selectOneMenu coded like this
<h:selectOneMenu value="{mybean.selectedItem}" >
<f:selectItems value="#{mybean.dataFromDb}" />
</h:selectOneMenu>
...
2
votes
2answers
49 views
Migrate JSF application to JavaFX
I'm interested how I can migrate JSF application to JavaFX 2.0 Application? I want to preserve the managed beans where I have integrated the business logic. Can I somehow use the managed beans as ...
0
votes
0answers
43 views
p:commandButton not working in p:wizard
The problem that I am facing is that <p:commandButton> with id="emailav" doesn't call the action method emailAvailability. I am using it inside p:wizard and also I have included the following ...
0
votes
1answer
53 views
jstl c:set to set a bean property results in argument type mismatch
I am trying to use c:set to set a property of my bean. I have a tag at the top of my page like this:
<c:set value="true" target="#{patientChartManager}" property="editingForm" />
The bean ...
0
votes
0answers
49 views
How to retrieve value of a ui:param in the backing bean of same page
i want to retrieve the value of ui:param in my backing bean but from same page not while navigating from page to pagei tried :
FaceletContext faceletContext = (FaceletContext) ...
0
votes
2answers
86 views
jsf commandbutton action not working ajax [duplicate]
I've got this page, I have two forms on. The second form is loaded (rendered) by ajax. The problem is, that when button of the next form is pressed, the page just reloads itself, not actually calling ...
2
votes
1answer
60 views
JSF show a p:dialog if a parameter is true
So what I want to do is quit simple. I have an page that displays a list of users, for example adminUsers.jsf, and it has a list of the users. I click the New User button and modal p:dialog shows ...
0
votes
2answers
46 views
rendering <h:panelGroup> by ajax in jsf
I've got this piece of code, which doesn't do exactly what I thought. I try to set property by Ajax and then re-render one component. My .xhtml looks like this
<h:form>
...
0
votes
0answers
22 views
Custom Location for Composite Components in JSF
I am attempting to serve composite components from a database and I am wondering if anyone knows if this is possible. I am currently doing this with regular xhtml/facelets pages via a custom ...
0
votes
0answers
58 views
Primefaces p:schedule component not loading any data?
I'm having a problem when using the p:schedule component. Well the View containing the p:schedule is working, but all i'm getting is a blank schedule without any data from my database, here is my ...
2
votes
0answers
81 views
How to send message MySQL to java(jsf project) ,when data insert or update?
I'm making a database in MySQL for tow java web Application. I need to send Messages MySQL to java web Application(tow java web Application),when data insert or update. But I'm new to MySQL and don't ...
-2
votes
0answers
29 views
Primefaces selectOneMenu (draw problems) [closed]
Hi I'm trying use the selectOneMenu but sometimes it doesn't work very well. Below follow a image that show what sometimes happens. Can anybody help me?
Please look this link to see the image: ...
1
vote
1answer
49 views
Data is getting displayed on the UI
Iam learing JSF with EJB3.0 + JPA(hibernate)
Iam getting all data from the tables but on screen it is not displaying anything.
here is the code.
Managed Bean
package retail.web.mbean;
import ...
0
votes
0answers
57 views
setting font size in css depending on size provided in properties file (jsf)
What I am trying is setting font size in css using properties file that I have using JSF 2.0.
In properties file I have
Eng.properties
myDir = LTR
fontSize = 10pt
Arabic.properties
myDir = RTL
...
4
votes
1answer
81 views
How to log managed bean name and action method being invoked in a servlet filter
I am working on a web application built on JSF 2 Mojarra. I have a requirement to log some instrumentation information through my servlet filter. To do this I also need to know which ManagedBean and ...
0
votes
1answer
81 views
jsf rendered condition not working with selectOneMenu
Hi I have read tons of similar questions but the answers didnt work for me.
I have this
<p:selectOneMenu id="tipoTaxon" value="#{taxonDM.taxon.tipoTaxon}"
...
0
votes
1answer
46 views
Can I skip HttpServletRequest.login() and just put authed User in the Session?
Assuming i dont have any 'password protected' pages, but sometimes need to know which user clicked some jsf-button, is the below okay, or should I also use HttpServletRequest.login()
some managed ...



