09-25-2008 03:52 AM
<a:richList id="locks-list" binding="#{LockManagerOpen.locksRichList}" viewMode="details" pageSize="#{LockManagerOpen.pageSizeLocks}" styleClass="recordSet" headerStyleClass="recordSetHeader" rowStyleClass="recordSetRow"
altRowStyleClass="recordSetRowAlt" width="100%" value="#{LockManagerOpen.locks}" var="r" refreshOnBind="true">
<%– Selector –%>
<a:column id="col69" width="15" style="text-align:center">
<f:facet name="header">
<h:outputLabel id="col69-label" value="#{whiSkyMsg['skyit.locksystem.deletelock']}"/>
</f:facet>
<h:selectBooleanCheckbox id="col69-check" binding="#{r.selected}"/>
</a:column>
<a:column id="col10" primary="true" width="250" style="padding:2px;text-align:left">
<f:facet name="header">
<a:sortLink id="col10-sort" label="#{msg.path}" value="path" mode="case-insensitive" styleClass="header" />
</f:facet>
<h:outputText id="col10-txt" value="#{r.path}" />
</a:column>
</a:richList>
javax.faces.FacesException: Exception in JSP: /jsp/wcm/browse-locks.jsp:214
211: <f:facet name="header">
212: <h:outputLabel id="col69-label" value="#{whiSkyMsg['skyit.locksystem.deletelock']}"/>
213: </f:facet>
214: <h:selectBooleanCheckbox id="col69-check" binding="#{r.selected}"/>
215: </a:column>
216:
217: <%– Path del lock –%>
Stacktrace:
caused by:
org.apache.jasper.JasperException: Exception in JSP: /jsp/wcm/browse-locks.jsp:214
211: <f:facet name="header">
212: <h:outputLabel id="col69-label" value="#{whiSkyMsg['skyit.locksystem.deletelock']}"/>
213: </f:facet>
214: <h:selectBooleanCheckbox id="col69-check" binding="#{r.selected}"/>
215: </a:column>
216:
217: <%– Path del lock –%>
Stacktrace:
caused by:
javax.faces.el.PropertyNotFoundException: Base is null: r
05-15-2009 04:39 AM
07-07-2009 05:08 AM
<h:panelGrid id="check-grid2">
<h:selectBooleanCheckbox value="#{r.checkBox}" valueChangeListener="#{search.changeData}" >
<a4j:support id="renderchkBox2" event="onclick" reRender="check-grid2">
<a4j:actionparam value="#{r.rowid}" name="rowidentifier"/>
</a4j:support>
</h:selectBooleanCheckbox>
</h:panelGrid>
public void changeData(ValueChangeEvent arg0){
FacesContext context = FacesContext.getCurrentInstance();
String rowidentifier= context.getExternalContext().getRequestParameterMap().get("rowidentifier").toString();
//put the logic to get row on the basis of rowidentifier.
}
08-17-2009 06:44 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.