MyEclipse Forums
Post new topic   Reply to topic
View previous topic Printable version Log in to check your private messages View next topic
Author Message
mbucknam
Post subject: JSP Editor display problem with javascript  PostPosted: Jul 28, 2003 - 02:03 PM
Veteran Member
Veteran Member


Joined: Jul 01, 2003
Posts: 35

I have some code that doesn't get handled correctly in the JSP editor window. I don't want to waste a lot of space in this post by pasting the entire file but it happens when I use a for loop like: for (k=0; k<numRow; k++) -- All of the text after the '<' turns red.

I can paste more of the code or email it if necessary.

Thanks.

BTW: Great product. Definitely going to subscribe when trial over.
 
 View user's profile Send private message Visit poster's website  
Reply with quote Back to top
support-scott
Post subject:   PostPosted: Jul 28, 2003 - 03:20 PM
Moderator
Moderator


Joined: May 06, 2003
Posts: 6760

Well, I tried pasting the code into one of my test JSP pages, but I couldn't replicate the reported behavior. Could you see if you can cut the JSP down to the smallest possible size that exhibits the behavior and then email it to us at support@myeclipseide.com. I'll post what we find out to this thread.

Quote:

BTW: Great product. Definitely going to subscribe when trial over.


Thanks, glad you'll be joining us. But, why wait? I know it's human nature, but it's only $30. :-)


--Scott
MyEclipse Support

_________________
--Scott
MyEclipse Support
 
 View user's profile Send private message Visit poster's website  
Reply with quote Back to top
nop
Post subject:   PostPosted: Jul 29, 2003 - 09:10 AM
Registered Member
Registered Member


Joined: May 05, 2003
Posts: 189
Location: in your JVM
try to embedd your java script within HTML comment tags:

<script>
<!--
if (a < b) ...
-->
</script>


NOP
 
 View user's profile Send private message Visit poster's website  
Reply with quote Back to top
Display posts from previous:     
Jump to:  
All times are GMT - 6 Hours
Post new topic   Reply to topic
View previous topic Printable version Log in to check your private messages View next topic
Powered by PNphpBB2 © 2003-2004 The PNphpBB Group
Credits