Questions tagged as 'jsf'

1
answer

How to disable spring security

Good evening, I'm learning jsf, so I accompanied some videos of Leandro Costa on youtube, I found it well didactic and so on. At the end of the course it provides the source code, however as the project uses spring security in the login and it d...
asked by 09.11.2015 / 02:15
0
answers

Dependent check box

I have a problem and would like to know if you can help me. I have a CRUD that registers cycles, these cycles can have many courses. What I wanted to do exactly, is to validate the selectsOneRadios when registering an issue, that is choos...
asked by 01.11.2015 / 20:55
1
answer

Dialog with dataTable is not displayed

I have a dialog with a dataTable , but clicking the button that should open it does not happen. It also has a dataTable inside it that should have values corresponding to the line in which it corresponds to dataTable . Coul...
asked by 01.11.2015 / 15:34
1
answer

Organizing issues for on-screen viewing

Good evening. I have a String attribute that receives a question coming directly from a textArea. My problem is that I can not leave the questions at the time of displaying the same as registering them. Ex: Register a question like this:...
asked by 23.10.2015 / 04:41
0
answers

Authentication and authorization of the email and password in the login screen

I have a login screen in which the email and password are already registered in the database, but I am not able to log in with this data that is already stored in the database. In the loginBean class I need to not leave static, but rather accord...
asked by 23.10.2015 / 19:53
0
answers

Return to the region of the page where you were when submitting the form (JSF 1.2)?

I have a page jsf with 2 forms type master / detail. How to make after the submission of the form detail the bean can direct to the region of the page where the detail is? I am using jsf 1.2 and Richfaces 3.3.3.     
asked by 09.09.2015 / 17:29
1
answer

Method being called twice while loading page

I have a JSF+PrimeFaces system and a page where I have a dataTable, this dataTable is populated as follows: <p:dataTable value="#{tarefaBean.listar()}" id="tarefaTable" var="tarefa" style="margin-top: 20px"...
asked by 27.07.2015 / 20:47
0
answers

Saving objects with jpa in transaction with spring

Hello, I have a problem in the application that I work with when I persist the object in the database. I see the jboss log shows the insert statement plus the id of the object continues to be null. Not updated. How do I avoid this? Forcing the f...
asked by 05.08.2015 / 19:34
0
answers

How to integrate my User to Spring Security xml

I'm starting to learn Spring Security and I'm having some doubts. I used to authenticate users using phaseListener . I have the User MB where its scope is @SessionScoped . How can I pass this user and configure it in this xml:...
asked by 05.08.2015 / 20:55
0
answers

How to configure JSF in Eclipse JEE?

I'm starting my studies in JSF, how can I configure my environment to start with JSF in Eclipse JEE? What do I need to install add-on?     
asked by 02.09.2015 / 03:18