Questions tagged as 'jsf'

0
answers

Problem with navigation between pages with outcome

I have a JSF application where there is a template inside WEB-INF and the other pages in the WebContent root. In the Template there are several links pointing each to your entity and on this landing page there are calls to inclusion page and...
asked by 05.12.2014 / 22:50
0
answers

Doubt Migration JSF 2.1 for JSF 2.2

I migrated my application from JBoss AS 7.1.1 to Wildfly 8.2 and JSF 2.1 to JSF 2.2 . I also use Hibernate 4.3.7 , JPA 2.1 and PostgreSQL . I am getting access to my application normally, but when tr...
asked by 07.07.2015 / 15:27
1
answer

Error performing deploy in Openshift using my git

Hello. I'm having a very strange problem with my application on openshift. I created in the Openshift a Jboss application and added the jenkins. From it I've changed the source code source to my repository in git. But I get this error at the...
asked by 20.03.2015 / 19:20
0
answers

Questions with FlashScope

Hello, is everything good? I have a question regarding the use of flashScope and would like your help. When we put an attribute inside FlashScope, how long does it stay there? I mean, the attributes of the session stay until the session falls...
asked by 24.04.2015 / 22:36
3
answers

Refresh page after download

I'm working on a JSF page and need to download a .pdf. When downloading the object is changed and I would need to update it because I can not allow the same download more than once. But if I use <f:ajax> the download does not work....
asked by 24.06.2015 / 18:41
3
answers

Replace javascript alert

The system form I develop is full of alerts to warn the user that he can not leave that field unfilled and such. The problem is that the alerts are very annoying, and so I wanted to replace only with a color change in the input that he clicked,...
asked by 29.01.2018 / 22:49
2
answers

JSF - Loading bar while executing a Java method

Good morning, I have a login screen, and when the user clicks the Enter button, I want to be an incone showing "loading" while the java method is executed. Follow my xhtml code: <?xml version="1.0" encoding="UTF-8"?> <title &g...
asked by 27.05.2016 / 14:26
3
answers

JavaScript to extract accents and special characters does not work the same way in all browsers?

I have the following JavaScript: function validaCaracteres(strToReplace) { strSChar = "áàãâäéèêëíìîïóòõôöúùûüçÁÀÃÂÄÉÈÊËÍÌÎÏÓÒÕÖÔÚÙÛÜÇ"; strNoSChars = "aaaaaeeeeiiiiooooouuuucAAAAAEEEEIIIIOOOOOUUUUC"; var newStr = ""; for (var i = 0; i < str...
asked by 09.09.2015 / 20:16
1
answer

Can I get an image of any directory on my PC to put on my HTML page? [closed]

Can I get an image of any directory from my pc, or can I just get images from the project directory only? I'm using JSF: h:graphicImage url="C:\teste\rcvp2_180420160013_0000000_1.jpg" />     
asked by 03.10.2018 / 21:49
1
answer

Difference between process and immediate

In JSF, what is the difference between immediate and process attributes? To my point of view both seem to have similar functions.     
asked by 09.09.2016 / 23:56