Quantcast
Channel: Programação - GUJ
Viewing all articles
Browse latest Browse all 33093

Ler txt e apresentar em

$
0
0

@Lfbdsan escreveu:

Boa noite amigos, eu consegui ler um txt tranquilo mas quero apresentar resultado em um <h:outputText
No meu Bean está dessa forma:

public void lerResultado(){
File file = new File("c:\\nfe\\COMP.TXT");
try {
FileReader reader = new FileReader(file);
BufferedReader input = new BufferedReader(reader);
String linha;
while ((linha = input.readLine()) != null) {
System.out.println(linha);
}
input.close();
} catch (IOException ioe) {
System.out.println(ioe);
}
}

Como eu mostro isso no jsf isso por favor

Mensagens: 3

Participantes: 2

Ler tópico completo


Viewing all articles
Browse latest Browse all 33093


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>