Thread: Java problems
View Single Post
  #1 (permalink)  
Old 09-01-2008, 08:19 AM
spicy_girl's Avatar
spicy_girl spicy_girl is offline
Novice Webmaster
 
Join Date: Jul 2003
Location: aku org malaysia...
Posts: 45
Rep Power: 0
spicy_girl is on a distinguished road
Exclamation Java problems

help plz...

wanna ask about java programming...

if i want to called string value,the code should be like this:

name=(String)inputText2.getValue();

but,how to called integer value coz when i write this line of code,i got error :

patientId = (Integer)inputText1.getValue();
__________________
aku seadanya...

Last edited by spicy_girl; 09-01-2008 at 08:26 AM.
Reply With Quote