Questions tagged as 'xhtml'

0
answers

Problem accessing server through rest

The following happens to me: I need to create a validator to capture the DNI entered in the form, connect to an external server by returning a json if said DNI exists and, depending on the means of transport chosen and the letter that appears...
asked by 21.06.2018 / 18:01
0
answers

How to render a multilevel menu from a database in jsf?

I am trying to build a module of a system of audits using JSF, the summary of the module is: there are audit projects which have questions that a lead auditor must answer and if he can not answer the question, he generates a requirement to a ass...
asked by 19.06.2018 / 04:54
1
answer

WELD-001303: Do not activate contexts for scope type javax.faces.flow.FlowScoped

I am trying to display a list of offers registered in a database through JSF through a flow. However, when I want to test whether this exception works or not: WELD-001303: No active contexts for scope type javax.faces.flow.FlowScoped FATAL:...
asked by 15.05.2018 / 17:04
1
answer

Is it possible to display certain data?

In the code that I'm going to leave, I show all the records of the offer table, now, is it possible to show only the registered offers on a given day, for example? I had thought of making another table with those recorded data and display the re...
asked by 18.05.2018 / 18:26
0
answers

Eclipse view xhtml or very slow facelet

When I work with eclipse to edit *xhtml it is very slow especially when copying / pasting elements. I have tried to disable the help Windows / Preferences / Editors / Text Editors / Hyperlinking in case it was for that, but noth...
asked by 26.03.2018 / 17:09
0
answers

Problem with the input type="date" when loading a date from a MySQL database

I am carrying out a project as a test using angularJS, SpringBoot, JPA technology in a MySQL database. Now I'm doing a CRUD of a movie entity. One of the attributes of the entity is a date (Date). I make the insertion in the MySQL DB without any...
asked by 27.02.2018 / 21:41
0
answers

why does not the table with the data of a json generate me? This is my code

<!DOCTYPE html> <html lang="en"> <meta charset="utf-8"> <head> <script> function ajax() { var xmlhttp; if (window.XMLHttpRequest) { xmlhttp = new XMLHttpRequest();...
asked by 02.02.2018 / 03:25
0
answers

How to make a for loop inside a h: dataTable in JSF

I'm making a list with a table in JSF, it's really easy to do it with the <h:dataTable> tag, but I need to loop inside the table to be able to filter certain data from another list. My code follows the following structure. <...
asked by 04.01.2018 / 15:23
1
answer

Select by default, depending on the value returned in MySQL?

Good afternoon I have the following code: <div class="form-group"> <label for="exampleInputEmail1">Centro de formación: </label> <select class="form-control" name="centroformacion" selected="Cen...
asked by 18.12.2017 / 21:06
1
answer

HOST FOR PAGES XHTML [closed]

Good afternoon. I am writing to you with the following concern, I have created a small project using Java Server Faces, and working on XHTML files. The problem with which I found myself first, is that when uploading the project to 000webho...
asked by 07.07.2017 / 18:51