Problema com pagina

0 respostas
Vinicius_Sartori

eu procurei pelo forum todo e não encontrei problema parecido com o meu, e estou trabalhando neste erro a um bom tempo…alguem poderia me ajudar com isto, já tentei de todas as formas corrigir este erro que aparece toda vez que eu acesso uma pagina de testes que eu montei…nota estou utilizando: Jboss Seam, Hibernate, JBoss Server…abaixo o codigo da pagina,.,…se precisar também eu colocarei o log de erros

Nota: é apenas um modelo para demonstrar a um cliente como ficaria um cadastro, mais eu nao consigo fazer ela abrir no servidor

<!DOCTYPE composition PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
                             "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<ui:composition xmlns="http://www.w3.org/1999/xhtml"
	xmlns:s="http://jboss.com/products/seam/taglib"
	xmlns:ui="http://java.sun.com/jsf/facelets"
	xmlns:f="http://java.sun.com/jsf/core"
	xmlns:h="http://java.sun.com/jsf/html"
	xmlns:a="http://richfaces.org/a4j"
	xmlns:rich="http://richfaces.org/rich" 
	template="layout/templateNovo.xhtml">
	

	<ui:define name="body">
   
   <rich:panel>
   
   	<s:decorate id="valorAtendimentoDecoration"
					template="layout/edit.xhtml">
						<ui:define name="label">Nome</ui:define>
						<h:inputText id="valorAtendimento" readonly="true"
							value="#{atendimentoHome.instance.valorAtendimento}">
						</h:inputText>
					&lt;/s:decorate&gt;<br/>
					
  	&lt;s:decorate id="valorAtendimentoDecoration"
					template="layout/edit.xhtml"&gt;
						&lt;ui:define name="label"&gt;Sobrenome&lt;/ui:define&gt;
						&lt;h:inputText id="valorAtendimento" 
							value="#{atendimentoHome.instance.valorAtendimento}"&gt;
						&lt;/h:inputText&gt;
					&lt;/s:decorate&gt;
					
	 	&lt;s:decorate id="valorAtendimentoDecoration"
					template="layout/edit.xhtml"&gt;
						&lt;ui:define name="label"&gt;Nome do Conjuje&lt;/ui:define&gt;
						&lt;h:inputText id="valorAtendimento" 
							value="#{atendimentoHome.instance.valorAtendimento}"&gt;
						&lt;/h:inputText&gt;
					&lt;/s:decorate&gt;
					
		&lt;s:decorate id="valorAtendimentoDecoration"
					template="layout/edit.xhtml"&gt;
						&lt;ui:define name="label"&gt;RG&lt;/ui:define&gt;
						&lt;h:inputText id="valorAtendimento" 
							value="#{atendimentoHome.instance.valorAtendimento}"&gt;
						&lt;/h:inputText&gt;
					&lt;/s:decorate&gt;
					
		 	&lt;s:decorate id="valorAtendimentoDecoration"
					template="layout/edit.xhtml"&gt;
						&lt;ui:define name="label"&gt;Valor do Atendimento&lt;/ui:define&gt;
						&lt;h:inputText id="valorAtendimento" 
							value="#{atendimentoHome.instance.valorAtendimento}"&gt;
						&lt;/h:inputText&gt;
					&lt;/s:decorate&gt;
   
   &lt;/rich:panel&gt;
   &lt;/ui:define&gt; 
   &lt;/ui:composition&gt;  
&lt;/html&gt;
Criado 21 de outubro de 2008
Respostas 0
Participantes 1