Cool- top stuff. so I can have it wait around.. sweet! > -----Original Message----- > From: [email protected] [mailto:[EMAIL PROTECTED] > Sent: 22 June 2005 10:57 > To: [email protected] > Subject: Re: [magnolia-user] jsp xml if/else > > > 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 > ----------------------------------------------------------------
---------------------------------------------------------------- for list details see http://www.magnolia.info/en/community/developer/mailinglists.html ----------------------------------------------------------------
