| Author |
c:if tag not working as expected
|
Muhammad Imad Qureshi
Ranch Hand
Joined: Sep 13, 2005
Posts: 238
|
|
Hi I have following code in my jsp <bean efine id="sessionObj" name="mbzSessionForm" property="mbzSession" type="com.r911.core.model.MbzSession" /> <c:if test="${sessionObj.mbzStatus.sessionStatusId == 1}" > <input name="buildMessage" style="width:30" type="button" onnclick="setAction('loadMessage','mbzSession.do',false)" class="frm_button03" id="buildMessage" value="<bean:message key="app.build"/>" /> </c:if> Can someone please tell me what is wrong with this code. I value exists because it works if I use staruts logic:equal tag. I want to use c:if because I want to check for multiple values which cannot be done using struts logic:equal tag which compares only one value at a time. Thanks Imad
|
 |
 |
|
|
subject: c:if tag not working as expected
|
|
|