Questions tagged as 'jsf'

0
answers

How can I change from a p: inputText to a datable in primefaces from java?

I have a problem, what happens is that I have some components that are going to be changed, before it was a <p:autoComplete> and when the result of that autocomplete result was stored to a datatable and now the change will be with a...
asked by 27.09.2018 / 21:36
1
answer

Consume a soap Webservices

I have a query how I can parse the response of a soap webservices in java using the java api, JAX-WS. in advance thank you very much for your input.     
asked by 18.09.2018 / 19:03
0
answers

capture element of an option in JSF

I have a JSF code where, in the first place, you have to select an item from a list of options. After selecting the element, another element that is a check, you must take the option that has been marked and from there take an action. The pr...
asked by 14.09.2018 / 11:50
0
answers

Error importing JSF libraries in eclipse

I get this error The import javax.faces can not be resolved, I already have the libraries added in the build path, download the libraries 2.2 does anyone know why the error?     
asked by 07.09.2018 / 06:04
1
answer

Switch from integer to String in data table in primefaces

In the database the periods that is the same as the month is saved in numbers but I want to convert them to String so that the end user in the table can see the names of the months, the same case happens with the column made that only has 2 opti...
asked by 27.08.2018 / 08:08
0
answers

WELD-001524: Unable to load proxy class for bean Managed Bean

I have an error when trying to deploy my application with glassfish v5 , netbeans 8.2 and jsf 2.2 I here attach the error :    Severe: Exception while invoking class com.sun.enterprise.web.WebApplication start method   java.lang.Exc...
asked by 27.08.2018 / 08:55
0
answers

How to call 2 files from the bean

I have 2 files, file1 and file2 and I have a bean, my question is how can I create a condition in the bean to know what file I am in, that is, if I am in file1 block a menu and if it is in file2 leave it in normal menu. Greetings.     
asked by 17.08.2018 / 12:21
1
answer

Priemfaces p: commandButton with ui: repeat only one button works

Good I have the following problem, I am using primefaces for my front and in a section I am using the ui: repeat of JSF to generate dynamically a grid view where each grid shows a bank and its balance according to different conditions, now the c...
asked by 19.08.2018 / 03:03
0
answers

Primefaces 5 with JSF send data to another view from a table

Good day, I'm starting to work with JSF and primefaces and I have a question I have a table with the following code: <h:form id="tabla"> <p:dataTable var="sel" value="#{adminbean.seleccioness}" rows="...
asked by 11.08.2018 / 17:55
1
answer

p: selectBooleanButton INSIDE p: tab JSF PRIMFACES (I get an error, I do not get the action of pressing the button)

I have the following code inserted inside a p: tab, the case is that if I take it from the p: tab if it works for me but inside the no. I've been a while and I do not get anything. <div class="row col-sm-12 text-...
asked by 09.08.2018 / 13:22