Questions tagged as 'xhtml'

1
answer

About button rendering

Hello everyone. I am putting together a program that works with user registration. In this project there is a screen to consult the registered users. The problem is this: in the register search screen, there is a field to fill in the name of the...
asked by 12.08.2016 / 06:28
0
answers

Boolean component and rendered components do not appear on my page

Galera! Good Morning! I'm having a hard time here with JSF (it has to be this technology as it's the one I'm currently studying at home) I am having problem to set boolean component values and render form view according to type. The two situatio...
asked by 17.11.2015 / 15:25
0
answers

How do I list images on an XHTML page

Greeting for all, This is the first time I'm implementing a list of images in an XHTML page, my project is a newsprint, and using the upload approach, recording the path of the image in the database and the images on the desktop, is running p...
asked by 02.08.2015 / 15:03
0
answers

InputText of the login page of the system is autocompleting with values

I'vealreadytriedxhtmlautocomplete="off" and I've already put <head> <f:facet name="first"> <meta http-equiv="cache-control" content="no-cache"/> <meta http-equiv="Pragma" content="no-cache"/> <meta http-equiv="...
asked by 30.07.2015 / 20:16
0
answers

Menubar of Primefaces does not enter div

Good evening. My menubar is not getting into the div it's contained in. <header> <h:graphicImage library="img" name="logo.jpg" id="logo"/> <h:form> <p:growl id="messages"/> <p:menubar>...
asked by 04.05.2015 / 03:31
1
answer

Primeface uploadFile + graphicImage: Upload image and display without refresh

I'm starting to program the jsf + primefaces . A long time ago I worked with JSP (java 1.4) and I'm kind of lost. I want to upload an image and have it displayed right below it. images.xhtml <?xml version="1.0" encoding="UTF-8"?&...
asked by 10.03.2015 / 15:59
1
answer

p: editor primefaces tabindex does not work

In a .xhtml view I use p: firstfaces editor <p:editor id="idDescription" tabidex="2" > ... When the tab key is pressed, after being in field 1, tabindex="1", it will not go to the next one of the sequence, in that case it is idDescr...
asked by 26.10.2016 / 17:34
1
answer

How do you strip PrimeFaces from table edges?

Greetings to all, I'm new as a Java programmer, and I'm working on the Frond-End programming part of a JSF2 project, but I'm having trouble drawing the edges of a table as you look down; HerearethecodelinesoftheXHTMLpage;<divclass="left...
asked by 21.07.2015 / 22:23
2
answers

Reset all fields (input, textarea) of the html page

How can I make a textarea button on the page have its content deleted?     
asked by 19.02.2018 / 04:07
1
answer

Make the scroll scroll to the bottom of the page automatically

I'm developing an application where the user asks a question and the server delivers a response, I'm having trouble getting the scroll bar to follow the conversation, so far I'm having the chat history on the screen, but I have you drag with the...
asked by 15.10.2016 / 17:10