Welcome to Dream.In.Code
Getting Java Help is Easy!

Join 99,781 Java Programmers for FREE! Ask your question and get quick answers from experts. There are 1,545 online right now! We've got more than 500 tutorials and 2,000 snippets. Join and find out why Dream.In.Code is the #1 programming help community on the internet! Registration is fast and FREE... Join Now!



what is the problem?

 
Reply to this topicStart new topic

what is the problem?, little loop stuff

visualogic
post 24 Apr, 2008 - 07:32 PM
Post #1


New D.I.C Head

*
Joined: 14 Apr, 2008
Posts: 15

CODE
<html>
<head>
<title>JSP Loop</title>
</head>
<body>
<font face=verdana color=darkblue>
JSP loop
<br><br>
<%!
public String writeThis(int x)
{
    String myText="";
    for(int i=1;i<x;i)
    myText=myText"<font size="i" color=darkblue face=verdana>Visualogic JSP Tutorial</font><br>";

    return myText;

}
%>

This is a loop example from the

<br>
<%=writeThis(8)%>
</font>
</body>
</html>


it give me error
User is offlineProfile CardPM

Go to the top of the page


jayman9
post 24 Apr, 2008 - 08:44 PM
Post #2


Student of Life

Group Icon
Joined: 26 Dec, 2005
Posts: 6,086



Thanked 14 times

Dream Kudos: 500

Expert In: C#, VB.NET, Java

My Contributions


Moved to Java.

You forgot the plus signs to concatenate the string.
CODE

myText= myText + "<font size=" + i + " color=darkblue face=verdana>Visualogic JSP Tutorial</font><br>";
User is offlineProfile CardPM

Go to the top of the page

mrkwlortie
post 28 Apr, 2008 - 03:41 PM
Post #3


New D.I.C Head

*
Joined: 10 Mar, 2008
Posts: 11

your for loop is missing the increment operator, it should be i++ not just i
User is offlineProfile CardPM

Go to the top of the page

pbl
post 28 Apr, 2008 - 03:47 PM
Post #4


D.I.C Lover

Group Icon
Joined: 6 Mar, 2008
Posts: 1,669



Thanked 91 times

Dream Kudos: 75
My Contributions


Lucky you've got answers
You are in the Java forum not the JavaScript forum
User is offlineProfile CardPM

Go to the top of the page

visualogic
post 28 Apr, 2008 - 05:51 PM
Post #5


New D.I.C Head

*
Joined: 14 Apr, 2008
Posts: 15

ok, thanks
User is offlineProfile CardPM

Go to the top of the page

Fast ReplyReply to this topicStart new topic
Time is now: 7/25/08 12:59AM

Live Java Help!

Java Tutorials

Reference Sheets

Java Snippets

Bye Bye Ads

Free DIC T-Shirt

T-Shirt Example

Related Sites

Monthly Drawing

Thumb Drive

Partners

Top Contributors

Top 10 Kudos This Month
-->