views:

57

answers:

1

I have an activity with two edittext controls. I am calling the requestFocus on the second edittext field since by default the focus goes to the first edittext control. The focus appears to be in the second edittext field (the second one gets the highlighted border), but if we try to enter any characters using the hardware keyboard the text appears in the first edittext control. Any ideas why it would be happening?

A: 

I am having this problem as well... I'm not sure of the etiquette here, should I have posted a new question or piggybacked on Ashish? :)

JimR