03-27-2007 11:32 PM
@Override
public void init(Map<String, String> parameters)
{
super.init(parameters);
chequeno = Integer.parseInt(this.nodeService.getProperty(this.editableNode.getNodeRef(), APCustomModel.AP_CHEQUENO).toString());
}
public int getChequeno() {
return chequeno;
}
public void setChequeno(int chequeno) {
this.chequeno = chequeno;
}
<h:panelGrid id="addContactGrid" columns="2">
<h:outputText value="Cheque Number:"/>
<h:inputText id="chequeno" value="#{DialogManager.bean.chequeno}"/>
</h:panelGrid>
03-30-2007 12:46 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.