> but better use something like:
> 
>     <c:if test="${QTBeanId.videoState}" >
>       <jsp:directive.include="response.jsp" />
>     </c:if>

... and for the "else" part:

<c:choose>
  <c:when test="${QTBeanId.videoState}">
      ...Compressing HTML mumble...
  </c:when>
  <c:otherwise>
      ...Video Compressed...
  </c:otherwise>
</c:choose>



> 
> fabrizio
> 
> ----------------------------------------------------------------
> for list details see
> http://www.magnolia.info/en/community/developer/mailinglists.html
> ----------------------------------------------------------------
>

----------------------------------------------------------------
for list details see
http://www.magnolia.info/en/community/developer/mailinglists.html
----------------------------------------------------------------

Reply via email to