> > > In other cases, in longer JSP that I won't reproduce here, the > > > System.currentTimeMillis() is replaced by l; !!!! > > > > > > Imports, etc... > > > Some html > > > Some code... > > > some html > > > <% > > > System.currentTimeMillis()| > > > %> > > > some html > > > > > > becomes > > > ... > > > <% > > > l; > > > %> > > > ... > > > > > > The code is purely and simply replaced by l; !!!!!!!!
Seems to be fixed, thank you Dmitry. Guillaume _______________________________________________ Eap-bugs mailing list [EMAIL PROTECTED] http://lists.jetbrains.com/mailman/listinfo/eap-bugs
