When i use jstl if condition inside <tr:table>, its not getting effected.
Plzz help.

Here is the code:

<tr:table id="#{id}" var="row" value="#{bean.wrapDetail}" width="100%" >
<tr:column headerText="status"  width="13%">
                                <c:if test="#{row.status eq 'Active'}">
                      
                                <tr:outputText value="#{row.status}" />
                        </c:if>
                    </tr:column>
</table>
-- 
View this message in context: 
http://www.nabble.com/Problem-using-jstl-if-condition-inside-tr%3Atable-tf4752452.html#a13589460
Sent from the My Faces - Dev mailing list archive at Nabble.com.

Reply via email to