erro no comando  XML
Índice dos Fóruns » Java Avançado
Autor Mensagem
vh12345
Smalltalk

Membro desde: 06/02/2012 19:07:39
Mensagens: 2
Offline


oi Não consigo retirar o erro que esta neste codigo alguem me ajude o erro aparece onde esta negritado

class FormINCORPORA_O {

/**
* @param args the command line arguments
*/
public static void main(String[] args) {
// TODO code application logic here
}
}
FormINCORPORA_O


{
displayname = "INCORPORAÇÃO"
field alignment = left

column
{
NOME_COMPLETO
(
displayname = "NOME COMPLETO"
type = text
width = 200px
)

N_RA
(
displayname = "Nº RA"
type = text
width = 200px
)

ANO_DE_INCORPORA_O
(
displayname = "<font><font class=\"\">ANO DE incorporação</font></font>"
type = text
width = 200px
)

JUNTA_MILITAR
(
displayname = "JUNTA MILITAR"
type = text
width = 200px
)

PADR_O
(
displayname = "<font><font><font><font class=\"\">PADRÃO</font></font></font></font>"
type = text
width = 200px
)

EMISS_O_LOCAL
(
displayname = "<font><font><font><font><font><font><font><font>EMISSÃO / LOCAL</font></font></font></font></font></font></font></font>"
type = text
width = 200px
)

IDT_CIVIL
(
displayname = "IDT CIVIL"
type = text
width = 200px
)

CPF
(
type = text
width = 200px
)

ESCOLARIDADE
(
type = text
width = 200px
)

TIPAGEM_SANGU_NEA
(
displayname = "<font><font><font><font>TIPAGEM sanguinea</font></font></font></font>"
type = picklist
values = {"O", "A", "AB", "B"}
width = 90px
)

}
column
{
TIPAGEM_SANQU_NEA_FATOR_RH
(
displayname = "TIPAGEM SANQUÍNEA/FATOR RH"
type = text
width = 200px
)

QMG_QMP
(
displayname = "QMG/QMP"
type = text
width = 200px
)

DATA_DE_NASCIMENTO
(
displayname = "DATA DE NASCIMENTO"
type = text
width = 200px
)

NOME_DA_M_E
(
displayname = "NOME DA MÃE"
type = text
width = 200px
)

NOME_DO_PAI
(
displayname = "NOME DO PAI"
type = text
width = 200px
)

ENDERE_O_DECLARADO
(
displayname = "ENDEREÇO DECLARADO"
type = text
width = 200px
)

CEP
(
type = text
width = 200px
)

CERTIFICADO_DE_RESERVISTA
(
displayname = "CERTIFICADO DE RESERVISTA"
type = text
width = 200px
)

FATOR_RH
(
displayname = "<font><font><font><font>FATOR RH</font></font></font></font>"
type = picklist
values = {"+", "-"}
width = 90px
)

BAIXA
(
type = checkboxes
values = {"SIM", "NÃO"}
)

ASSINATURA
(
type = text
width = 200px
)

}
actions
{
on add
{
Submit
(
type = submit
displayname = "Submit"
)
Reset
(
type = reset
displayname = "Reset"
)
}
on edit
{
Update
(
type = submit
displayname = "Update"
)
Cancel
(
type = cancel
displayname = "Cancel"
)
}
}
}
jakefrog
GUJ Expert
[Avatar]

Membro desde: 22/01/2007 22:00:53
Mensagens: 4191
Offline

Olá vh12345, bem vindo ao GUJ.

1) Por favor, edite seu post e coloque entre as tags code. Assim fica mais fácil de ler o código e te ajudar.
2) Você poderia dizer qual o erro?

Obrigado.

Meu blog sobre java uaiHebert.com
Conceitos OO - Diga, não pergunte!, Lei de Demeter
TDD Primeiros Passos, JUnit com HSQLDB, JPA e Hibernate, Cobertura de testes com JUnit Ant e Emma, Cobrindo seus testes com Cobertura, JUnit, HSQLDB, JPA
Código Limpo: Partes: 01,02,03,04,05
Web/JSF - Criando um WebServer, Tratando Exceções, Autenticação de Usuários (Filter/Servlet), JSF - Hello World, AutoComplete, JSF: Converter e Bean Auto Complete, Validação de Login de Usuário com JSF e JAAS, JSF Exibindo Objeto e Mensagens após Redirect, JSF Exemplos Simples com Ajax, JSF Parametros por Get Request RESTFullAplicação Web Completa JSF EJB JPA JAAS, Lazy JSF Datatable Pagination (Primefaces)
Design Pattern - Strategy, Design Pattern - Observer (Parte 01), Design Pattern - Observer (Parte 02)
Business (JPA)- Hibernate 3 com JPA 2, Create schema script: Ant, Hibernate 3 e JPA 2, TableGenerator Chave Primária Simples, SequenceGenerator,Chave Primária Composta, Mapeando Datas (Date) e Enum, Mapeando Duas Tabelas em uma Classe, @OneToOne Unidirecional e Bidirecional, @OneToMany e @ManyToOne Unidirecional e Bidirecional, @ManyToMany Unidirecional e Bidirecional, Ordernando listas e utilizando Map como atributo mapeado,Uma tabela por herança, JPA Uma Classe por Sub-Classe, JPA Consultas e Dicas, [HOT]Quatro soluções para LazyInitializationException[HOT]

SCJP(1.6 - Ingles - 29/12/2009)
SCWCD(1.5 - Ingles - 30/06/2010)

Vamos em frente que atrás vem gente!
vh12345
Smalltalk

Membro desde: 06/02/2012 19:07:39
Mensagens: 2
Offline

o erro aparece nesta linha 10

This message was edited 1 time. Last update was at 06/02/2012 19:52:08

 
Índice dos Fóruns » Java Avançado
Ir para:   
Powered by JForum 2.1.8 © JForum Team