Questions tagged as 'xhtml'

1
answer

How to do automatic scrolling

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 / 07:48
1
answer

selectonemenu and dialog of primefaces

Hello everyone. I am currently experiencing a problem with prime faces which is a library of visual Java components. The problem I am having is the following: In the login screen of my system, there is a commandButton to call a dialog that co...
asked by 20.10.2016 / 03:00
0
answers

Foreign key problems

Hello everyone. I am creating a system that controls user registration and I am having a problem with a foreign key that is imported from another class into the Users class. When I change the state's combobox, a COULD NOT EXTRACT RESULTSET error...
asked by 22.08.2016 / 04:30
0
answers

Identify user by login

Hello everyone. I am developing a system that works with user registration and I have the following problem: in the system there will be 3 types of users: Administrator, Normal and Temporary. Depending on the type of user, the areas that he w...
asked by 18.08.2016 / 06:15
1
answer

Use html tag to replace JSF components, when possible

I'm starting the studies with JSF (JavaServer Faces) and writing an xhtml file, I had the following dilemma: Why not use HTML tag replacing some JSF compiler, when possible? Example: use: <label for="nome">Nome</label> inst...
asked by 20.06.2016 / 19:48
0
answers

JSF - Custom Validator executed, no problems encountered, but execution flow does not arrive in Managed Bean

I have created a Custom Validator, I have referenced it in a <h:inputText> , the Validator is executed, no exception is raised, but the execution flow does not arrive in the Managed Bean. Where should I be wrong? <h:inp...
asked by 16.11.2015 / 04:21
0
answers

ERROR when selecting a simulation

I have a subscription problem. I have a screen that retrieves cycles that are open according to the course of the user and for each cycle of this already has a saved simulation, that is, a relationship. BEAN: @PostConstruct private vo...
asked by 05.11.2015 / 16:06
0
answers

How to create multiple menus on the same page with xhtml

I'm not able to put on the same page, for example two menus. I'll explain. I use unordered lists and the inline display to create a horizontal menu. I do the same to below the page to create another. What I think is failing is to indivi...
asked by 18.10.2015 / 02:27
1
answer

JSF - Parameter passing

I have a form in JSF and I need to insert the data of it into the database I have already researched in several ways, but it is not working Could you give me a hand in what I'm doing wrong? JSF Form I am not able to pass the parameter...
asked by 05.07.2017 / 18:41
1
answer

Is there any way for CSS to override style in HTML? [duplicate]

I have an archiver containing about 82k HTML files, where there is a need to apply a CSS with structuring and visual standardization. However, I noticed that many of these files are styled via html using the style parameter. Is there a...
asked by 27.04.2018 / 23:38