From jira-events at lists.jboss.org Thu Jul 2 12:48:16 2009 Content-Type: multipart/mixed; boundary="===============6993943012278934499==" MIME-Version: 1.0 From: Stan Silvert (JIRA) To: jboss-jira at lists.jboss.org Subject: [jboss-jira] [JBoss JIRA] Commented: (JBAS-7073) ValueExpression is not working with JBOSS 5.1.0 Date: Thu, 02 Jul 2009 12:32:51 -0400 Message-ID: <1711371571.1246552371644.JavaMail.jboss@jira01.app.mwc.hst.phx2.redhat.com> --===============6993943012278934499== 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.jir= a.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D12474661= #action_12474661 ] = Stan Silvert commented on JBAS-7073: ------------------------------------ It's not talking about the ValueExpression. It's talking about the fact th= at you used <%=3Dsomething%>. This is not allowed for the title attribute.= = > 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 = --===============6993943012278934499==--