Questions tagged as 'xhtml'

1
answer

How to inactivate the empty area of a div?

I have a div on adding mouse events but I wanted the mouse 'hit' to only work where content existed and ignored margins' po ex. The image (yellow area is the area I want to 'inactivate' since there is no content) that illustrates the problem...
asked by 19.09.2014 / 19:20
1
answer

Monthly and Yearly Chart of Primefaces

I am trying to query a chart by month and year that when I click on the chart series it will display the records belonging to that path. When doing the search the graph is mounted correctly according to the selected month and year, but when I cl...
asked by 24.08.2017 / 16:21
1
answer

How do I make my image appear inside the ui: repeat tag?

I have a question. I'm using JSF and PrimeFaces to make a website for ebooks and I need to display the ebooks that are stored in the database. I can register the ebook normally, but at the time of displaying, the cover image of the ebook does no...
asked by 19.08.2016 / 02:23
2
answers

What is the difference between span and class?

While studying XHTML, I understood that <span> is an element in line. The class will be a block element. But when to use one and the other? Beyond them, when to use some elements knowing that there are other similar ones....
asked by 23.07.2014 / 17:11
1
answer

How to redirect page in JSF?

I have a system with a form where you can edit or remove items. There is a link to redirect another page. What form can I redirect a page to in JSF?     
asked by 29.09.2017 / 17:20
3
answers

JSF - Select Item of a Set

I want to make an xhtml that returns a list of users and on the side a button will appear to select a certain user. Something like this: + ---------------------------- + | ID | User | (Button) + ---------------------------- + My questio...
asked by 03.05.2016 / 07:30
1
answer

Should prefixes be used in HTML5 elements? [duplicate]

I noticed in the HTML5 documentation that the xmlns attribute on the root element html is still allowed. This attribute, according to my study, assigns a "unique qualified name" to the element associating with the namespace (at...
asked by 25.03.2016 / 21:48
2
answers

Help with HTML / JavaScript

I need to create a page that has two questions with two answers (radio) of YES or NO, and, below, a send button. I need the questions and answers, when answered and the user clicks the submit button, appear in a TEXTAREA just below for the user...
asked by 06.04.2016 / 22:46
1
answer

Prolog related error on a .xhtml page using NetBeans

Is there any relationship between .xhtml and prolog pages? Or the compilation of pages and prolog in NetBeans? Using NetBeans I get a compilation error: Icannotunderstandtheconnectionbetweenathing(.xhtml,JSF)andProlog.DoestheIDEuseprologa...
asked by 24.08.2015 / 12:51
1
answer

p: dataTable with variable column quantity

Good evening. Does anyone know if it is possible (and how to do it) to create a dataTable of primefaces whose number of columns is variable? For example, imagine two cases, A and B. In set A I would create 3 columns. In B, I would only cre...
asked by 01.06.2015 / 02:15