Forum: Java 23 Days Ago |
| Replies: 4 Views: 288 yeah sorry i misread it,no need to parseString to employeename only l_employeeName = employeeName.getText(); that will do and in ur previous one this.employeename would also had done the job ... |
Forum: Java 23 Days Ago |
| Replies: 4 Views: 288 Thats because there is no such method as getText() in String object |