Thread: Java problems
View Single Post
  #2 (permalink)  
Old 13-01-2008, 02:13 PM
shidi's Avatar
shidi shidi is offline
Novice Webmaster
 
Join Date: Apr 2004
Location: Ampang
Posts: 18
Rep Power: 0
shidi is on a distinguished road
Send a message via Yahoo to shidi
Is this Java or Javascript?

Assuming that it is Java, and assuming that string is form of request attribute:

Code:
patientId = Integer.parseInt(inputText1.getValue());
I assume this would work.
__________________
""If you must break the law, do it to seize power: in all other cases observe it." - Julius Caesar
Reply With Quote