Java Help
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Dev Shed ForumsProgramming LanguagesJava Help

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
SlickEdit: Code in over 40 languages across 7 platforms. SlickEdit’s unmatched power, speed, and flexibility allows even the most accomplished developers to write better code faster. Download a free trial today!
  #1  
Old September 18th, 2002, 04:33 AM
tiago251 tiago251 is offline
Junior Member
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Aug 2002
Posts: 14 tiago251 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
RunTime error: Undeterminated string constant

Hi, I'm getting sometimes the error:
Runtime error: Undeterminated string constant
And I have absolutely no idea where this error comes from.

It doesn't happen il all cases, and there is special way to reproduce the error...it just happens!

Does it come from the jsp pages or from the servlet?
What should I check? Any suggestions are welcome!

Thanks!
Tiago

Reply With Quote
  #2  
Old September 18th, 2002, 06:25 AM
tiago251 tiago251 is offline
Junior Member
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Aug 2002
Posts: 14 tiago251 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Solution

I just found the solution.

Instead of:
Code:
<%String strNewNextMonth = "check";%>
...
<% out.println(check); %>


You should use:
Code:
<%String strNewNextMonth = "check";%>
...
<%=strNewMonth%>


That should avoid Runtime errors.
Tiago

Reply With Quote
Reply

Viewing: Dev Shed ForumsProgramming LanguagesJava Help > RunTime error: Undeterminated string constant


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 1 hosted by Hostway