2007/7/16, Ing. Andrea Vettori <[EMAIL PROTECTED]>:
What about expression like "%{foo} %{bar}" that work with the current version but don't work using the loopCounter patch ? I don't think we need them but who knows...
I think that recursion is a false problem: it's up to the developer to control it (I don't think that JSP EL controls it, correct me if I am wrong). Eventually a log message can be written, but preventing it is not a solution, because a particular case (such as circular reference) will be always present. The "real" problem is that a user should not be allowed to execute such OGNL code! Antonio