Questions tagged as 'rich-faces'

1
answer

"div loading" servlet

I have a screen that has the function of sending a file to the server via servlet but since this file can be large, I needed a panel or a div with a load gif. I'm using richfaces, already tried to use popupPanel , div and giv...
asked by 12.11.2014 / 19:17
1
answer

Move uppercase to lowercase

I have a richfaces datatable component that returns a record from the database and this record comes in all capital letters. Example: PAULO FERNANDES DA SILVA . Would there be something I could do to edit this name with CSS to Pau...
asked by 27.10.2016 / 03:45
1
answer

JSF dataTable how to populate the columns with ListListInteger?

I have the following situation. A vector that will store the values that will be registered in the bean     public class PainelControleExtratoVO { public Integer[] demandaEmAberto; public Integer[] demandaEmProcesso; public Intege...
asked by 26.06.2014 / 18:22
0
answers

Problem with the rich: suggestionbox component in IE

We encountered a problem with the rich: suggestionbox component in the IE 8 browser. When the suggestion list appears and the user clicks on the suggestion, but on no list item, the suggestion is "closed" (disappears), however it remains pres...
asked by 21.08.2014 / 21:26
2
answers

Overwrite component CSS CSS in Richfaces

I'm using a calendar component but only the date (omitting the time), and overwriting CSS to reduce the screen size. Follow below: <rich:calendar value="#{_sessao.dtSessao}" showFooter="false" enableManualInput="true" locale="pt_BR" dat...
asked by 30.09.2014 / 17:41
1
answer

RichFaces fileUpload does not call the listener

I'm using the latest version of RichFaces, I've copied the show case example on the RichFaces website, and the example does not invoke the listener, I tried everything, could anyone help me? xhtml <rich:fileUpload fileUploadListener="#{f...
asked by 07.11.2014 / 18:41
2
answers

Why is jsf not recognizing listener in Bean?

Why is jsf not recognizing the Bean listener? My bean: /** * Listener que escuta a mudança do tipo de Solicitante * * @param event */ public void mudarSolicitante(ValueChangeEvent event){ logger.info("Novo objeto : " + event.getNew...
asked by 22.09.2015 / 02:51
1
answer

JSF + RichFaces - Print HTML in DataTable

Personal I have an HTML code in the database and I need to show it in a DataTable. But when you print instead of redrawing the HTML the browser is displaying the HTML. How do I redeem?     
asked by 16.11.2016 / 19:40
0
answers

Design change for UTF8

When changing the project to UTF8 every time a request is made without ajax, for example: <h:commandButton value="Salvar" styleClass="espacoBotao" action="#{tratamentoBean.editarTratamento(loginBean.usuario.siape)}"/> If I save the da...
asked by 21.05.2018 / 19:41
1
answer

render button according to status

I'm using the following code to render my button to only appear with the status Waiting for approval but does not occur. <a4j:commandButton value="Enviar Solicitação" action="#{solicitacaoImpressaoBean.inserirSolicitacao}" styleCla...
asked by 22.11.2017 / 12:58