10-15-2009 04:59 AM
<%– 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>10-15-2009 05:13 AM
10-15-2009 06:25 AM
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> …10-15-2009 06:30 AM
10-15-2009 06:45 AM
<%– 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>10-15-2009 06:51 AM
10-15-2009 07:01 AM
<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>
10-15-2009 07:09 AM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.