Hi,
I am newbie to EP.
I have a bunch of textView controls on a JSP page. I am trying to retreive the value in Textview controls using following code:
TextView middleName = (TextView)this.getComponentByName("middleName");
middleName.getText();
I dont get hold of these controls in my control class. It returns a null.
I tried to get all components and iterate thru the components and could not find any TextView components.
I am running on EP6 SP2.
Is this a known issue?
Thanks for your time in advance,
Anil