Olá Pessoal,
um comportamento estranho tem ocorrido na minha aplicação de teste no JSF ao seguir o tutorial básico aqui do GUJ.
O problema é que ao mostrar a página com os resultados dos campos ele exibe tudo e não o valor que deveria aparecer. Assim, ao invés de aparecer os campos como por exemplo Regis, Rua Teodomiro, Porto Alegre, 81367687 ele está exibindo o seguinte
<?xmlversion='1.0'encoding='UTF-8'?><!--#DONOTALTERORREMOVECOPYRIGHTNOTICESORTHISHEADER.##Copyright1997-2009SunMicrosystems,Inc.Allrightsreserved.##ThecontentsofthisfilearesubjecttothetermsofeithertheGNU#GeneralPublicLicenseVersion2only("GPL")ortheCommonDevelopment#andDistributionLicense("CDDL")(collectively,the"License").You#maynotusethisfileexceptincompliancewiththeLicense.Youcanobtain#acopyoftheLicenseathttps://glassfish.dev.java.net/public/CDDL+GPL.html#orglassfish/bootstrap/legal/LICENSE.txt.SeetheLicenseforthespecific#languagegoverningpermissionsandlimitationsundertheLicense.##Whendistributingthesoftware,includethisLicenseHeaderNoticeineach#fileandincludetheLicensefileatglassfish/bootstrap/legal/LICENSE.txt.#Sundesignatesthisparticularfileassubjecttothe"Classpath"exception#asprovidedbySunintheGPLVersion2sectionoftheLicensefilethat#accompaniedthiscode.Ifapplicable,addthefollowingbelowtheLicense#Header,withthefieldsenclosedbybrackets[]replacedbyyourown#identifyinginformation:"Portions Copyrighted [year] # [name of copyright owner]"##Contributor(s):##IfyouwishyourversionofthisfiletobegovernedbyonlytheCDDLor#onlytheGPLVersion2,indicateyourdecisionbyadding"[Contributor] # elects to include this software in this distribution under the [CDDL or GPL # Version 2] license."Ifyoudon'tindicateasinglechoiceoflicense,a#recipienthastheoptiontodistributeyourversionofthisfileunder#eithertheCDDL,theGPLVersion2ortoextendthechoiceoflicenseto#itslicenseesasprovidedabove.However,ifyouaddGPLVersion2code#andtherefore,electedtheGPLVersion2license,thentheoptionapplies#onlyifthenewcodeismadesubjecttosuchoptionbythecopyright#holder.--><faces-configxmlns="http://java.sun.com/xml/ns/javaee"xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-facesconfig_2_0.xsd"version="2.0"><navigation-rule><from-view-id>/buscar.jsp</from-view-id><navigation-case><from-outcome>success</from-outcome><to-view-id>/sucesso_busca.jsp</to-view-id></navigation-case><navigation-case><from-outcome>failure</from-outcome><to-view-id>/falha_busca.jsp</to-view-id></navigation-case></navigation-rule><navigation-rule><from-view-id>/inserir.jsp</from-view-id><navigation-case><from-outcome>success</from-outcome><to-view-id>/sucesso_insercao.jsp</to-view-id></navigation-case><navigation-case><from-outcome>failure</from-outcome><to-view-id>/falha_insercao.jsp</to-view-id></navigation-case></navigation-rule><managed-bean><managed-bean-name>agenda</managed-bean-name><managed-bean-class>br.com.brasilveiculos.AgendaDB</managed-bean-class><managed-bean-scope>session</managed-bean-scope></managed-bean></faces-config>