From jira-events at lists.jboss.org Thu Jul 2 12:27:32 2009 Content-Type: multipart/mixed; boundary="===============5679888562401878307==" MIME-Version: 1.0 From: Stan Silvert (JIRA) To: jboss-jira at lists.jboss.org Subject: [jboss-jira] [JBoss JIRA] Moved: (JBAS-7073) ValueExpression is not working with JBOSS 5.1.0 Date: Thu, 02 Jul 2009 12:12:04 -0400 Message-ID: <1554358156.1246551124037.JavaMail.jboss@jira01.app.mwc.hst.phx2.redhat.com> --===============5679888562401878307== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable [ https://jira.jboss.org/jira/browse/JBAS-7073?page=3Dcom.atlassian.ji= ra.plugin.system.issuetabpanels:all-tabpanel ] Stan Silvert moved JSFUNIT-216 to JBAS-7073: -------------------------------------------- Project: JBoss Application Server (was: JSFUnit) Key: JBAS-7073 (was: JSFUNIT-216) Component/s: JSF (was: Core) Security: Public > ValueExpression is not working with JBOSS 5.1.0 > ----------------------------------------------- > > Key: JBAS-7073 > URL: https://jira.jboss.org/jira/browse/JBAS-7073 > Project: JBoss Application Server > Issue Type: Bug > Security Level: Public(Everyone can see) = > Components: JSF > Environment: windows environment > Reporter: anil kumar > Assignee: Stan Silvert > Priority: Critical > > sample code is here, its giving /welcomeJSF.jsp(26,12) According to TLD = or attribute directive in tag file, attribute title does not accept any exp= ressions > welcomeJSF.jsp > <%@page contentType=3D"text/html"%> > <%@page pageEncoding=3D"UTF-8"%> > <%@ page import=3D"javax.el.ValueExpression" %> > <%@ page import=3D"javax.el.ExpressionFactory" %> > <%@ page import =3D"com.sun.el.ExpressionFactoryImpl"%> > = > <%@taglib prefix=3D"f" uri=3D"http://java.sun.com/jsf/core"%> > <%@taglib prefix=3D"h" uri=3D"http://java.sun.com/jsf/html"%> > "http://www.w3.org/TR/html4/loose.dtd"> > <%-- > This file is an entry point for JavaServer Faces application. > --%> > > > > > JSP Page > > > = > <% > ExpressionFactory el =3D new ExpressionFactoryImpl(); = > ValueExpression testExpression =3D el.createValueExpression( " Te= st" , new String().getClass()); = > %> > = > = > " id=3D"next" ac= tion=3D"#"> > > >

> = >
> > >
-- = This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: htt= ps://jira.jboss.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira = --===============5679888562401878307==--