You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Guido Dubois (JIRA)" <de...@myfaces.apache.org> on 2007/02/20 22:17:07 UTC

[jira] Commented: (TOBAGO-287) Error using && on "rendered" attribute in tag

    [ https://issues.apache.org/jira/browse/TOBAGO-287?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12474566 ] 

Guido Dubois commented on TOBAGO-287:
-------------------------------------

This doesn't work with the above envirenment...

    <tc:cell spanX="6" rendered="#{!(rkeController.formTyp2A && true)}" />

2007-02-20 22:13:01 ERROR - org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/bbg].[jsp]:704 - Servlet.service() for servlet jsp threw exception
org.apache.jasper.JasperException: /overview/ekawtabkeekvorjahr.jspx(32,63) The entity name must immediately follow the '&' in the entity reference.


> Error using && on "rendered" attribute in <tc:out> tag
> ------------------------------------------------------
>
>                 Key: TOBAGO-287
>                 URL: https://issues.apache.org/jira/browse/TOBAGO-287
>             Project: MyFaces Tobago
>          Issue Type: Bug
>    Affects Versions: 1.0.9
>         Environment: winxp prof, tomcat 5.5.20, myfaces 1.1.5 snap (06.02.2007 04:51), tobago 1.0.10 snap (16.02.2007 5:11)
>            Reporter: Guido Dubois
>
> Get error by using && on "rendered" attribute in <tc:out> tag. Using "and" instead works...
>           <tc:out value="Fallgruppe :: #{basicController.fallGruppe}"
>             rendered="#{(navigation.currentPage == 'overview/ekaw') && true}" />
> 2007-02-16 23:16:44 ERROR - org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/bbg].[jsp]:704 - Servlet.service() for servlet jsp threw exception
> org.apache.jasper.JasperException: /overview/header.jspx(41,70) The entity name must immediately follow the '&' in the entity reference.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.