Questions tagged as 'jsf'

3
answers

Does not respond ActionListener CommandButton Web App

I have a web application made in Netbeans 8.1 , Java 8 and Maven First of all in my class Managed Bean Controller.java place the label @ViewScope . When I compiled and deployed the application I got the error...
asked by 28.01.2016 / 01:52
2
answers

JSF error when sending values to the managedbean

Good afternoon, I am learning Java EE and between practice and practice I have come across an error that I can not solve, it is but they can help me to continue with my learning process. The error he gives me is this:    /index.xhtml @ 23,111...
asked by 30.01.2017 / 22:24
2
answers

How to select a row from a data table and send me to another page?

I have the following table, what I want to do is that when selecting a row, send me to another page to be able to show data according to the person you select in the table, <h:form> <p:dataTable var="consultaPersona" style="m...
asked by 26.02.2018 / 18:19
1
answer

Insert DNI instead of email of the current user

I am inserting data in a request table in jsf . Everything is fine except one detail: I want to place the email of the current user where the attribute nombre_empresa is, but instead I put the value of another attribute...
asked by 13.06.2018 / 22:18
2
answers

ViewScoped does not work

I have a Bean that has @SessionScoped and works perfectly, however I want to use @ViewScoped, but when I change the annotation it stops working and it always marks me the Target Unreachable error @ViewScoped I'm importing it with: import ja...
asked by 16.02.2017 / 18:45
1
answer

J2EE security and sessions

I am using jdbc-realm and the appropriate configuration of web.xml to authenticate certain resources with authentication. The form uses tags j_security_check , j_username and j_password . Protecting them prote...
asked by 07.11.2016 / 20:58
1
answer

Reload a glassfish from java EE

I'm making an application in java web and it's already mounted on a glassfish server. Is there any way that by means of a button or a function in my application you can deploy it again on the server with your changes? Is it possible? If so...
asked by 10.06.2016 / 15:51
1
answer

Disable button

I want to click on a h:commandButton that is within a modal of bootstrap disable a button that is inside a panel. I tried to do it with
asked by 07.05.2016 / 22:36
3
answers

Read Json ionic 3

I need your help on how to read or how to process data from a JSON (Object) that comes from a Java WS. What I've done is use HTTP from IONIC; the server responds correctly My question is how to read this Object (jSON) in IOnic. My WS return...
asked by 12.06.2018 / 16:01
1
answer

Primefaces p: textEditor does not show well after display none

I am using JSF 2.2 with Primefaces 6.2. My problem is that the container that has a p:textEditor of primefaces has the property display: none; at the beginning, when the change with JavaScript to inline shows me a pair of...
asked by 12.06.2018 / 14:49