Showing results 1 to 6 of 6
Search took 0.01 seconds; generated 1 minute(s) ago.
Posts Made By: tommybobby
Forum: Java Dec 3rd, 2007
Replies: 7
Views: 673
Posted By tommybobby
Re: Why Vector is synchronised?

What this means is, if two threads attempt to access a
Vector it will be synchronized. One thread will have to wait until the
other thread is finished accessing the Vector.
Forum: Java Dec 3rd, 2007
Replies: 4
Views: 495
Posted By tommybobby
Re: very simple code

You should post the solution even if you solved it yourself to help others potentially having the same issues.


Solution: Local variables need to be initialized with a value when declared.
Forum: Java Dec 3rd, 2007
Replies: 4
Views: 970
Posted By tommybobby
Re: ArrayList or Vector ?

Well in relation to threads, I major difference is that a Vector is synchronized and an ArrayList is not synchronized. What this means is, if two threads attempt to access a
Vector it will be...
Forum: JavaScript / DHTML / AJAX Dec 3rd, 2007
Replies: 1
Views: 810
Posted By tommybobby
Re: new to JAVASCRIPT

What you need to do the following:

1. Add the onchange event attribute to the 1st select tag

<select name="weatherStat" id="States" onchange="addNewValue();">


2. Create a javascript function...
Forum: JSP Dec 3rd, 2007
Replies: 2
Views: 2,505
Posted By tommybobby
Re: Problems in inserting data into MySQL table from JSP....

Please follow the suggestions outlined by peter_budo.

Also, your best perhaps to avoid embedding scriplet code and use tag notation. See JSTL for example.

You might be new to this area, try and...
Forum: JSP Dec 3rd, 2007
Replies: 1
Views: 1,516
Posted By tommybobby
Re: dynamic treeview

Hi,

Yeah, your right about the ajax element. Its simple enough if you use an existing toolkit like dojo.

This is what you want I believe, see:...
Showing results 1 to 6 of 6

 
All times are GMT -4. The time now is 4:36 pm.
Forum system based on vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
©2003 - 2008 DaniWeb® LLC