<%– Description column for all view modes –%>
<a:column id="col110" style="text-align:left">
<f:facet name="header">
<a:sortLink id="col110-sort" label="#{msg.haciadonde}" value="description" styleClass="header"/>
</f:facet>
<h:outputText id="col110-txt" value="#{r.haciadonde}" />
</a:column>
javax.faces.FacesException: Invalid expression: '${r.['prefix:ultimotecnico']}'
caused by:
org.apache.jasper.JasperException: Invalid expression: '${r.['prefix:ultimotecnico']}'
caused by:
javax.faces.el.ReferenceSyntaxException: Invalid expression: '${r.['prefix:ultimotecnico']}'
caused by:
org.apache.commons.el.parser.ParseException: Encountered "[" at line 1, column 5.
Was expecting:
<IDENTIFIER> …
<%– Description column for all view modes –%>
<a:column id="col110" style="text-align:left">
<f:facet name="header">
<a:sortLink id="col110-sort" label="#{msg.ultimotecnico}" value="#{r['cm:ultimotecnico']}" styleClass="header"/>
</f:facet>
<h:outputText id="col110-txt" value="#{r['cm:ultimotecnico']}" />
</a:column>
<type name="my:not">
<title>Nota Interna</title>
<parent>cm:content</parent>
<properties>
<property name="my:dedonde">
<type>d:text</type>
<mandatory>true</mandatory>
<constraints>
<constraint ref="my:listadesde"/>
</constraints>
</property>
<property name="my:haciadonde">
<type>d:text</type>
<mandatory>true</mandatory>
<constraints>
<constraint ref="my:listahacia"/>
</constraints>
</property>
<property name="my:prioridad">
<type>d:text</type>
</property>
<property name="my:estado">
<type>d:text</type>
<multiple>true</multiple>
</property>
<property name="my:tecnico">
<type>d:text</type>
<multiple>true</multiple>
</property>
<property name="my:ultimoestado">
<type>d:text</type>
</property>
<property name="my:ultimotecnico">
<type>d:text</type>
</property>
<property name="my:control">
<type>d:text</type>
</property>
</properties>
</type>
Content from pre 2016 and from language groups that have been closed.
Content is read-only.
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.