Andr� van Toly wrote:
> At 20:03 +0200 11-05-2005, Michiel Meeuwissen wrote:
> >Andre van Toly wrote:
> >> -            <mm:write><mm:islessthan 
> >>value="$[+ $totsize - 
> >>$conf_max]">&nbsp;&raquo;&raquo;</mm:islessthan></mm:write>
> >> +            <mm:write><mm:islessthan 
> >>value="${+ $totsize - 
> >>$conf_max}">&nbsp;&raquo;&raquo;</mm:islessthan></mm:write>
> >
> >I think this will break now when EL is enabled, because the original mmbase
> >tagblib expression ${+ is not recognized by
> >EL, $[] was introduced, to make it possible to make pages which work in EL
> >and non-EL environments.
> 
> Ah, OK. But i have not noticed any problems with 
> it. Do you mean it will cause some when you are 
> using MMBase 1.7 with EL? Or with MMBase 1.8 and 
> EL? I tested it on MMBase 1.7 non-EL and 1.8 with 
> EL.


It will not work in either 1.7 or 1.8 if EL is enable (so using tomcat 5
with a 2.4 web.xml)

The solution with $[ will work always. Though perhaps only in mmbase >
1.7.3 or so (I don't known excactly).


Michiel


-- 
Michiel Meeuwissen                  mihxil'
Mediacentrum 140 H'sum                [] ()
+31 (0)35 6772979         nl_NL eo_XX en_US



_______________________________________________
Developers mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/developers

Reply via email to