You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by shiva_kudi <sh...@yahoo.co.in> on 2007/11/05 16:51:47 UTC

Problem using jstl if condition inside tr:table

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.