Hello, > > 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; !!!!!!!! > > Could not reproduce it, but I guess it is fixed #635. > Please check when it is available
I'll check, I promise ;o) It seems that the weird replacement is happening when it's the first instruction of a scriplet. But I still can't find a simple JSP in order to easily reproduce that bug. Guillaume _______________________________________________ Eap-bugs mailing list [EMAIL PROTECTED] http://lists.jetbrains.com/mailman/listinfo/eap-bugs
