Link to home
Start Free TrialLog in
Avatar of softbless
softbless

asked on

Meaning of these lines

Hi Guys,

Please inform what does these codes lines mean :

 
<%-- Due date column --%>
<a:column id="col5" style="padding:2px;text-align:left">
<f:facet name="header">
<a:sortLink id="col5-sort" label="#{msg.due_date}" value="bpm:dueDate" styleClass="header"/>
</f:facet>
<h:outputText id="col5-txt" value="#{r['bpm:dueDate']}" rendered="#{r['bpm:dueDate'] != null}" >
<a:convertXMLDate type="both" pattern="#{msg.date_pattern}" />
</h:outputText>
<h:outputText id="col55-txt" value="#{r['docGroupApproval:dueDate']}" rendered="#{r['docGroupApproval:dueDate'] != null}" >
<a:convertXMLDate type="both" pattern="#{msg.date_pattern}" />
</h:outputText>
</a:column>

Open in new window

SOLUTION
Avatar of Mick Barry
Mick Barry
Flag of Australia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of softbless
softbless

ASKER

Thanks