I could not reproduce this. I copied the code snippet that you provided into a new jsp file and the second variable is highlighted with red. Could you provide more details to reproduce it?
Best regards, Valentin Kipiatkov ----------------------------------------------------------- IntelliJ Software, http://www.intellij.com/ "Develop with pleasure" ----------------------------------------------------------- ----- Original Message ----- From: "Rodrigo Gevaerd" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, December 19, 2001 9:58 AM Subject: [Eap-list] Jsp variable name repetition > in the following code: > > > <% > Integer variable; > %> > > <... html ..> > > <% > Integer variable; > %> > > The error caused by the repetition of the variable name is not notified by > IDEA. If it was only one block of java code, the error is shown. > > idea #536 > Windows 2000 Professional > Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.1-rc1-b21) > Java HotSpot(TM) Client VM (build 1.3.1-rc1-b21, mixed mode) > > > _______________________________________________ > Eap-list mailing list > [EMAIL PROTECTED] > http://www.intellij.com/mailman/listinfo/eap-list _______________________________________________ Eap-list mailing list [EMAIL PROTECTED] http://www.intellij.com/mailman/listinfo/eap-list
