Results 21 to 22 of 22
- 02-09-2010, 07:02 PM #21
Senior Member
- Join Date
- Oct 2008
- Posts
- 116
- Rep Power
- 0
- 02-10-2010, 08:52 AM #22
Moderator
- Join Date
- Apr 2009
- Posts
- 10,484
- Rep Power
- 16
First off, you shouldn't hijack someone elses thread.
Second you're mixing up your languages a bit. The Java code and the Javascript code run at completely separate times. One (the Java) on the server and the other (the Javascript loop you have) on the client. So the client sees (10 and blah are just example values):
for(var i = 0; i < 10; i++)
{
colArray[i] = "blah";
}
If you need further pointers, then you ought to raise your own thread on the issue.
For lse123, I'm having real problems understanding what you're asking. Sorry. I know this must be at least as frustrating for you...
Similar Threads
-
how to get the list of war files
By vijayabaskar in forum Java ServletReplies: 0Last Post: 04-03-2009, 08:39 AM -
how to list certain files in a given directory in java
By corpusluteum in forum New To JavaReplies: 6Last Post: 09-24-2008, 12:19 AM -
List all the files in the current jar
By Srikanth_From_Moon in forum New To JavaReplies: 0Last Post: 06-14-2008, 08:42 AM -
can java.io.File create a list of all files and folders.
By MattStone in forum New To JavaReplies: 20Last Post: 12-17-2007, 03:20 PM -
How can I get list of files in a directory
By karma in forum New To JavaReplies: 2Last Post: 12-14-2007, 11:20 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks